Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp97 struct SimpleValue { struct
98 Instruction *Inst;
100 SimpleValue(Instruction *I) : Inst(I) { in SimpleValue() function
104 bool isSentinel() const { in isSentinel()
109 static bool canHandle(Instruction *Inst) { in canHandle()