Lines Matching refs:canHandle
97 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in SimpleValue()
105 static bool canHandle(Instruction *Inst) { in canHandle() function
487 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in CallValue()
495 static bool canHandle(Instruction *Inst) { in canHandle() function
568 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in GEPValue()
573 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in GEPValue()
581 static bool canHandle(Instruction *Inst) { in canHandle() function
1242 if (SimpleValue::canHandle(OPI) && Visited.insert(OPI).second) in handleBranchCondition()
1369 if (CondInst && SimpleValue::canHandle(CondInst)) in processNode()
1406 if (CondI && SimpleValue::canHandle(CondI)) { in processNode()
1463 if (SimpleValue::canHandle(CondI)) { in processNode()
1521 if (SimpleValue::canHandle(&Inst)) { in processNode()
1622 if (CallValue::canHandle(&Inst)) { in processNode()
1651 if (GEPValue::canHandle(&Inst)) { in processNode()