Searched refs:canHandle (Results 1 – 4 of 4) sorted by relevance
83 static bool canHandle(const MachineInstr *MI);238 bool ImplicitNullChecks::canHandle(const MachineInstr *MI) { in canHandle() function in ImplicitNullChecks255 assert(llvm::all_of(Block, canHandle) && "Check this first!"); in computeDependence()278 assert(canHandle(A) && canHandle(B) && "Precondition!"); in canReorder()534 assert(canHandle(DependenceMI) && "Should never have reached here!"); in canHoistInst()681 if (!canHandle(&MI) || InstsSeenSoFar.size() >= MaxInstsToConsider) in analyzeBlockForNullChecks()
101 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in SimpleValue()109 static bool canHandle(Instruction *Inst) { in canHandle() function449 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in CallValue()457 static bool canHandle(Instruction *Inst) { in canHandle() function1098 if (SimpleValue::canHandle(OPI) && Visited.insert(OPI).second) in handleBranchCondition()1208 if (CondInst && SimpleValue::canHandle(CondInst)) in processNode()1245 if (CondI && SimpleValue::canHandle(CondI)) { in processNode()1296 if (SimpleValue::canHandle(CondI)) { in processNode()1354 if (SimpleValue::canHandle(&Inst)) { in processNode()1445 if (CallValue::canHandle(&Inst)) { in processNode()
998 auto canHandle = [](MCFragment &F) -> bool { in finishLayout() local1009 if (!canHandle(F)) { in finishLayout()
3781 static bool canHandle(const Instruction *I) { in canHandle() function3795 assert(canHandle(I) && "Unknown instruction!"); in getHashValue()3817 if (!CSEDenseMapInfo::canHandle(In)) in cse()