Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp445 struct CallValue { struct
446 Instruction *Inst;
448 CallValue(Instruction *I) : Inst(I) { in CallValue() argument
452 bool isSentinel() const { in isSentinel()
457 static bool canHandle(Instruction *Inst) { in canHandle()