Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp46 struct SimpleValue { struct
47 Instruction *Inst;
49 SimpleValue(Instruction *I) : Inst(I) { in SimpleValue() argument
53 bool isSentinel() const { in isSentinel()
58 static bool canHandle(Instruction *Inst) { in canHandle()