File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
cpp/ql/src/semmle/code/cpp/ir/implementation Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import semmle.code.cpp.ir.implementation.MemoryAccessKind
66import semmle.code.cpp.ir.internal.Overlap
77private import semmle.code.cpp.ir.internal.OperandTag
88
9+ cached
910private newtype TOperand =
1011 TRegisterOperand ( Instruction useInstr , RegisterOperandTag tag , Instruction defInstr ) {
1112 defInstr = Construction:: getRegisterOperandDefinition ( useInstr , tag )
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import semmle.code.cpp.ir.implementation.MemoryAccessKind
66import semmle.code.cpp.ir.internal.Overlap
77private import semmle.code.cpp.ir.internal.OperandTag
88
9+ cached
910private newtype TOperand =
1011 TRegisterOperand ( Instruction useInstr , RegisterOperandTag tag , Instruction defInstr ) {
1112 defInstr = Construction:: getRegisterOperandDefinition ( useInstr , tag )
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import semmle.code.cpp.ir.implementation.MemoryAccessKind
66import semmle.code.cpp.ir.internal.Overlap
77private import semmle.code.cpp.ir.internal.OperandTag
88
9+ cached
910private newtype TOperand =
1011 TRegisterOperand ( Instruction useInstr , RegisterOperandTag tag , Instruction defInstr ) {
1112 defInstr = Construction:: getRegisterOperandDefinition ( useInstr , tag )
You can’t perform that action at this time.
0 commit comments