Searched refs:canHandle (Results 1 – 8 of 8) sorted by relevance
81 static bool canHandle(const MachineInstr *MI);235 bool ImplicitNullChecks::canHandle(const MachineInstr *MI) { in canHandle() function in ImplicitNullChecks252 assert(llvm::all_of(Block, canHandle) && "Check this first!"); in computeDependence()275 assert(canHandle(A) && canHandle(B) && "Precondition!"); in canReorder()531 assert(canHandle(DependenceMI) && "Should never have reached here!"); in canHoistInst()678 if (!canHandle(&MI) || InstsSeenSoFar.size() >= MaxInstsToConsider) in analyzeBlockForNullChecks()
48 static bool canHandle(const Instruction *I, const TargetLibraryInfo &TLI);103 static bool canHandle(const Instruction *I);
97 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in SimpleValue()105 static bool canHandle(Instruction *Inst) { in canHandle() function486 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in CallValue()494 static bool canHandle(Instruction *Inst) { in canHandle() function563 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in GEPValue()568 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in GEPValue()576 static bool canHandle(Instruction *Inst) { in canHandle() function1231 if (SimpleValue::canHandle(OPI) && Visited.insert(OPI).second) in handleBranchCondition()1376 if (CondInst && SimpleValue::canHandle(CondInst)) in processNode()1413 if (CondI && SimpleValue::canHandle(CondI)) { in processNode()[all …]
32 if (!AutoInitRemark::canHandle(I)) in tryEmitAutoInitRemark()
27 bool MemoryOpRemark::canHandle(const Instruction *I, const TargetLibraryInfo &TLI) { in canHandle() function in MemoryOpRemark388 bool AutoInitRemark::canHandle(const Instruction *I) { in canHandle() function in AutoInitRemark
919 auto canHandle = [](MCFragment &F) -> bool { in finishLayout() local930 if (!canHandle(F)) { in finishLayout()
2167 if (MemoryOpRemark::canHandle(MI, *LibInfo)) { in translateKnownIntrinsic()2705 if (MemoryOpRemark::canHandle(CI, *LibInfo)) { in translateCallBase()
2532 static bool canHandle(const Instruction *I) { in canHandle() function2546 assert(canHandle(I) && "Unknown instruction!"); in getHashValue()2566 if (!CSEDenseMapInfo::canHandle(&In)) in cse()