Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()