Searched refs:canHandle (Results 1 – 8 of 8) sorted by relevance
81 static bool canHandle(const MachineInstr *MI);113 /// \c canHandle should return true for all instructions in \p236 bool ImplicitNullChecks::canHandle(const MachineInstr *MI) { in canHandle() function in ImplicitNullChecks 253 assert(llvm::all_of(Block, canHandle) && "Check this first!"); in computeDependence() 276 assert(canHandle(A) && canHandle(B) && "Precondition!"); in canReorder() 278 // canHandle makes sure that we _can_ correctly analyze the dependencies in canReorder() 532 assert(canHandle(DependenceMI) && "Should never have reached here!"); in canHoistInst() 679 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() function487 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in CallValue()495 static bool canHandle(Instruction *Inst) { in canHandle() function568 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() function1242 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()[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
898 auto canHandle = [](MCFragment &F) -> bool { in finishLayout() local909 if (!canHandle(F)) { in finishLayout()
2153 if (MemoryOpRemark::canHandle(MI, *LibInfo)) { in translateKnownIntrinsic()2655 if (MemoryOpRemark::canHandle(CI, *LibInfo)) { in translateCallBase()
2839 static bool canHandle(const Instruction *I) { in canHandle() function2853 assert(canHandle(I) && "Unknown instruction!"); in getHashValue()2873 if (!CSEDenseMapInfo::canHandle(&In)) in cse()