Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp193 struct CallValue { struct
194 Instruction *Inst;
196 CallValue(Instruction *I) : Inst(I) { in CallValue() argument
200 bool isSentinel() const { in isSentinel()
205 static bool canHandle(Instruction *Inst) { in canHandle()