Searched refs:canHandle (Results 1 – 8 of 8) sorted by relevance
81 static bool canHandle(const MachineInstr *MI);236 bool ImplicitNullChecks::canHandle(const MachineInstr *MI) { in canHandle() function in ImplicitNullChecks253 assert(llvm::all_of(Block, canHandle) && "Check this first!"); in computeDependence()276 assert(canHandle(A) && canHandle(B) && "Precondition!"); 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);
96 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in SimpleValue()104 static bool canHandle(Instruction *Inst) { in canHandle() function460 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in CallValue()468 static bool canHandle(Instruction *Inst) { in canHandle() function1138 if (SimpleValue::canHandle(OPI) && Visited.insert(OPI).second) in handleBranchCondition()1251 if (CondInst && SimpleValue::canHandle(CondInst)) in processNode()1288 if (CondI && SimpleValue::canHandle(CondI)) { in processNode()1345 if (SimpleValue::canHandle(CondI)) { in processNode()1403 if (SimpleValue::canHandle(&Inst)) { in processNode()1509 if (CallValue::canHandle(&Inst)) { in processNode()
33 if (!AutoInitRemark::canHandle(I)) in tryEmitAutoInitRemark()
26 bool MemoryOpRemark::canHandle(const Instruction *I, const TargetLibraryInfo &TLI) { in canHandle() function in MemoryOpRemark385 bool AutoInitRemark::canHandle(const Instruction *I) { in canHandle() function in AutoInitRemark
913 auto canHandle = [](MCFragment &F) -> bool { in finishLayout() local924 if (!canHandle(F)) { in finishLayout()
1886 if (MemoryOpRemark::canHandle(MI, *LibInfo)) { in translateKnownIntrinsic()2375 if (MemoryOpRemark::canHandle(CI, *LibInfo)) { in translateCallBase()
3384 static bool canHandle(const Instruction *I) { in canHandle() function3398 assert(canHandle(I) && "Unknown instruction!"); in getHashValue()3418 if (!CSEDenseMapInfo::canHandle(&In)) in cse()