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.cpp545 bool GuaranteedToExecute) -> std::optional<bool> { in findArgParts() argument
572 Off, ArgPart{Ty, I->getAlign(), GuaranteedToExecute ? I : nullptr}); in findArgParts()
599 if (!GuaranteedToExecute && in findArgParts()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1723 bool GuaranteedToExecute = in isSafeToExecuteUnconditionally() local
1726 if (!GuaranteedToExecute) { in isSafeToExecuteUnconditionally()
1737 return GuaranteedToExecute; in isSafeToExecuteUnconditionally()
2053 bool GuaranteedToExecute = in promoteLoopAccessesToScalars() local
2055 StoreIsGuanteedToExecute |= GuaranteedToExecute; in promoteLoopAccessesToScalars()
2056 if (GuaranteedToExecute) { in promoteLoopAccessesToScalars()
H A DConstraintElimination.cpp1116 bool GuaranteedToExecute = true; in addInfoFor() local
1138 if (GuaranteedToExecute) { in addInfoFor()
1177 GuaranteedToExecute &= isGuaranteedToTransferExecutionToSuccessor(&I); in addInfoFor()