Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp197 struct CallValue { struct
198 Instruction *Inst;
200 CallValue(Instruction *I) : Inst(I) { in CallValue() function
204 bool isSentinel() const { in isSentinel()
209 static bool canHandle(Instruction *Inst) { in canHandle()