Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DEarlyCSE.cpp139 struct CallValue { struct
140 Instruction *Inst;
142 CallValue(Instruction *I) : Inst(I) { in CallValue() function
146 bool isSentinel() const { in isSentinel()
151 static bool canHandle(Instruction *Inst) { in canHandle()
/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()