Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp509 bool GuaranteedToExecute) -> std::optional<bool> { in findArgParts() argument
536 Off, ArgPart{Ty, I->getAlign(), GuaranteedToExecute ? I : nullptr}); in findArgParts()
563 if (!GuaranteedToExecute && in findArgParts()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1794 bool GuaranteedToExecute = in isSafeToExecuteUnconditionally() local
1797 if (!GuaranteedToExecute) { in isSafeToExecuteUnconditionally()
1808 return GuaranteedToExecute; in isSafeToExecuteUnconditionally()
2118 bool GuaranteedToExecute = in promoteLoopAccessesToScalars() local
2120 StoreIsGuanteedToExecute |= GuaranteedToExecute; in promoteLoopAccessesToScalars()
2121 if (GuaranteedToExecute) { in promoteLoopAccessesToScalars()
H A DConstraintElimination.cpp1058 bool GuaranteedToExecute = true; in addInfoFor() local
1080 if (GuaranteedToExecute) { in addInfoFor()
1116 GuaranteedToExecute &= isGuaranteedToTransferExecutionToSuccessor(&I); in addInfoFor()