Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp93 struct SimpleValue { struct
94 Instruction *Inst;
96 SimpleValue(Instruction *I) : Inst(I) { in SimpleValue() function
100 bool isSentinel() const { in isSentinel()
105 static bool canHandle(Instruction *Inst) { in canHandle()