Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp456 struct CallValue { struct
457 Instruction *Inst;
459 CallValue(Instruction *I) : Inst(I) { in CallValue() argument
463 bool isSentinel() const { in isSentinel()
468 static bool canHandle(Instruction *Inst) { in canHandle()