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()
411 struct CallValue { struct412 Instruction *Inst;414 CallValue(Instruction *I) : Inst(I) { in CallValue() function418 bool isSentinel() const { in isSentinel()423 static bool canHandle(Instruction *Inst) { in canHandle()