Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
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()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp411 struct CallValue { struct
412 Instruction *Inst;
414 CallValue(Instruction *I) : Inst(I) { in CallValue() function
418 bool isSentinel() const { in isSentinel()
423 static bool canHandle(Instruction *Inst) { in canHandle()