Home
last modified time | relevance | path

Searched refs:canHoistInst (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp203 /// canHoistInst to decide if DependenceMI can be hoisted safely.
210 bool canHoistInst(MachineInstr *FaultingMI,
511 bool ImplicitNullChecks::canHoistInst(MachineInstr *FaultingMI, in canHoistInst() function in ImplicitNullChecks
687 canHoistInst(&MI, InstsSeenSoFar, NullSucc, Dependence)) { in analyzeBlockForNullChecks()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp1073 bool canHoistInst(Instruction &I, in canHoistInst() function
1211 if (canHoistInst(I, SafeToHoist, NotHoisting, FC0)) { in collectMovablePreheaderInsts()