Home
last modified time | relevance | path

Searched defs:CallValue (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp183 struct CallValue { struct
184 Instruction *Inst;
186 CallValue(Instruction *I) : Inst(I) { in CallValue() argument
190 bool isSentinel() const { in isSentinel()
195 static bool canHandle(Instruction *Inst) { in canHandle()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp409 struct CallValue { struct
410 Instruction *Inst;
412 CallValue(Instruction *I) : Inst(I) { in CallValue() function
416 bool isSentinel() const { in isSentinel()
421 static bool canHandle(Instruction *Inst) { in canHandle()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp456 struct CallValue { struct
457 Instruction *Inst;
459 CallValue(Instruction *I) : Inst(I) { in CallValue() argument
463 bool isSentinel() const { in isSentinel()
468 static bool canHandle(Instruction *Inst) { in canHandle()