Searched defs:CallValue (Results 1 – 3 of 3) sorted by relevance
183 struct CallValue { struct184 Instruction *Inst;186 CallValue(Instruction *I) : Inst(I) { in CallValue() argument190 bool isSentinel() const { in isSentinel()195 static bool canHandle(Instruction *Inst) { in canHandle()
409 struct CallValue { struct410 Instruction *Inst;412 CallValue(Instruction *I) : Inst(I) { in CallValue() function416 bool isSentinel() const { in isSentinel()421 static bool canHandle(Instruction *Inst) { in canHandle()
456 struct CallValue { struct457 Instruction *Inst;459 CallValue(Instruction *I) : Inst(I) { in CallValue() argument463 bool isSentinel() const { in isSentinel()468 static bool canHandle(Instruction *Inst) { in canHandle()