Searched refs:GuaranteedToExecute (Results 1 – 3 of 3) sorted by relevance
509 bool GuaranteedToExecute) -> std::optional<bool> { in findArgParts() argument536 Off, ArgPart{Ty, I->getAlign(), GuaranteedToExecute ? I : nullptr}); in findArgParts()563 if (!GuaranteedToExecute && in findArgParts()
1794 bool GuaranteedToExecute = in isSafeToExecuteUnconditionally() local1797 if (!GuaranteedToExecute) { in isSafeToExecuteUnconditionally()1808 return GuaranteedToExecute; in isSafeToExecuteUnconditionally()2118 bool GuaranteedToExecute = in promoteLoopAccessesToScalars() local2120 StoreIsGuanteedToExecute |= GuaranteedToExecute; in promoteLoopAccessesToScalars()2121 if (GuaranteedToExecute) { in promoteLoopAccessesToScalars()
1058 bool GuaranteedToExecute = true; in addInfoFor() local1080 if (GuaranteedToExecute) { in addInfoFor()1116 GuaranteedToExecute &= isGuaranteedToTransferExecutionToSuccessor(&I); in addInfoFor()