Home
last modified time | relevance | path

Searched refs:GuaranteedToExecute (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp482 bool GuaranteedToExecute) -> Optional<bool> { in findArgParts() argument
509 Off, ArgPart{Ty, I->getAlign(), GuaranteedToExecute ? I : nullptr}); in findArgParts()
536 if (!GuaranteedToExecute && in findArgParts()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp503 bool GuaranteedToExecute = true; in addInfoFor() local
514 if (GuaranteedToExecute) { in addInfoFor()
527 GuaranteedToExecute &= isGuaranteedToTransferExecutionToSuccessor(&I); in addInfoFor()
H A DLICM.cpp1748 bool GuaranteedToExecute = in isSafeToExecuteUnconditionally() local
1751 if (!GuaranteedToExecute) { in isSafeToExecuteUnconditionally()
1762 return GuaranteedToExecute; in isSafeToExecuteUnconditionally()
2042 bool GuaranteedToExecute = in promoteLoopAccessesToScalars() local
2044 StoreIsGuanteedToExecute |= GuaranteedToExecute; in promoteLoopAccessesToScalars()
2047 if (GuaranteedToExecute) { in promoteLoopAccessesToScalars()