Searched refs:canHandle (Results 1 – 8 of 8) 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()
47 static bool canHandle(const Instruction *I, const TargetLibraryInfo &TLI);102 static bool canHandle(const Instruction *I);
96 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in SimpleValue()104 static bool canHandle(Instruction *Inst) { in canHandle() function444 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in CallValue()452 static bool canHandle(Instruction *Inst) { in canHandle() function1111 if (SimpleValue::canHandle(OPI) && Visited.insert(OPI).second) in handleBranchCondition()1224 if (CondInst && SimpleValue::canHandle(CondInst)) in processNode()1261 if (CondI && SimpleValue::canHandle(CondI)) { in processNode()1318 if (SimpleValue::canHandle(CondI)) { in processNode()1376 if (SimpleValue::canHandle(&Inst)) { in processNode()1475 if (CallValue::canHandle(&Inst)) { in processNode()
35 if (!AutoInitRemark::canHandle(I)) in tryEmitAutoInitRemark()
25 bool MemoryOpRemark::canHandle(const Instruction *I, const TargetLibraryInfo &TLI) { in canHandle() function in MemoryOpRemark383 bool AutoInitRemark::canHandle(const Instruction *I) { in canHandle() function in AutoInitRemark
914 auto canHandle = [](MCFragment &F) -> bool { in finishLayout() local925 if (!canHandle(F)) { in finishLayout()
1887 if (MemoryOpRemark::canHandle(MI, TLI)) { in translateKnownIntrinsic()2367 if (MemoryOpRemark::canHandle(CI, TLI)) { in translateCallBase()
3370 static bool canHandle(const Instruction *I) { in canHandle() function3384 assert(canHandle(I) && "Unknown instruction!"); in getHashValue()3404 if (!CSEDenseMapInfo::canHandle(&In)) in cse()