Searched refs:GuaranteedToExecute (Results 1 – 3 of 3) sorted by relevance
482 bool GuaranteedToExecute) -> std::optional<bool> { in findArgParts() argument509 Off, ArgPart{Ty, I->getAlign(), GuaranteedToExecute ? I : nullptr}); in findArgParts()536 if (!GuaranteedToExecute && in findArgParts()
1762 bool GuaranteedToExecute = in isSafeToExecuteUnconditionally() local1765 if (!GuaranteedToExecute) { in isSafeToExecuteUnconditionally()1776 return GuaranteedToExecute; in isSafeToExecuteUnconditionally()2103 bool GuaranteedToExecute = in promoteLoopAccessesToScalars() local2105 StoreIsGuanteedToExecute |= GuaranteedToExecute; in promoteLoopAccessesToScalars()2106 if (GuaranteedToExecute) { in promoteLoopAccessesToScalars()
660 bool GuaranteedToExecute = true; in addInfoFor() local677 if (GuaranteedToExecute) { in addInfoFor()687 GuaranteedToExecute &= isGuaranteedToTransferExecutionToSuccessor(&I); in addInfoFor()