Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp48 struct SimpleValue { struct
49 Instruction *Inst;
51 SimpleValue(Instruction *I) : Inst(I) { in SimpleValue() argument
55 bool isSentinel() const { in isSentinel()
60 static bool canHandle(Instruction *Inst) { in canHandle()