Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp480 bool GuaranteedToExecute) -> std::optional<bool> { in findArgParts() argument
507 Off, ArgPart{Ty, I->getAlign(), GuaranteedToExecute ? I : nullptr}); in findArgParts()
534 if (!GuaranteedToExecute && in findArgParts()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1779 bool GuaranteedToExecute = in isSafeToExecuteUnconditionally() local
1782 if (!GuaranteedToExecute) { in isSafeToExecuteUnconditionally()
1793 return GuaranteedToExecute; in isSafeToExecuteUnconditionally()
2103 bool GuaranteedToExecute = in promoteLoopAccessesToScalars() local
2105 StoreIsGuanteedToExecute |= GuaranteedToExecute; in promoteLoopAccessesToScalars()
2106 if (GuaranteedToExecute) { in promoteLoopAccessesToScalars()
H A DConstraintElimination.cpp1025 bool GuaranteedToExecute = true; in addInfoFor() local
1047 if (GuaranteedToExecute) { in addInfoFor()
1078 GuaranteedToExecute &= isGuaranteedToTransferExecutionToSuccessor(&I); in addInfoFor()