Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp482 bool GuaranteedToExecute) -> std::optional<bool> { in findArgParts() argument
509 Off, ArgPart{Ty, I->getAlign(), GuaranteedToExecute ? I : nullptr}); in findArgParts()
536 if (!GuaranteedToExecute && in findArgParts()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1762 bool GuaranteedToExecute = in isSafeToExecuteUnconditionally() local
1765 if (!GuaranteedToExecute) { in isSafeToExecuteUnconditionally()
1776 return GuaranteedToExecute; in isSafeToExecuteUnconditionally()
2103 bool GuaranteedToExecute = in promoteLoopAccessesToScalars() local
2105 StoreIsGuanteedToExecute |= GuaranteedToExecute; in promoteLoopAccessesToScalars()
2106 if (GuaranteedToExecute) { in promoteLoopAccessesToScalars()
H A DConstraintElimination.cpp660 bool GuaranteedToExecute = true; in addInfoFor() local
677 if (GuaranteedToExecute) { in addInfoFor()
687 GuaranteedToExecute &= isGuaranteedToTransferExecutionToSuccessor(&I); in addInfoFor()