Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp92 struct SimpleValue { struct
93 Instruction *Inst;
95 SimpleValue(Instruction *I) : Inst(I) { in SimpleValue() function
99 bool isSentinel() const { in isSentinel()
104 static bool canHandle(Instruction *Inst) { in canHandle()