Searched refs:GuaranteedToExecute (Results 1 – 3 of 3) sorted by relevance
480 bool GuaranteedToExecute) -> std::optional<bool> { in findArgParts() argument507 Off, ArgPart{Ty, I->getAlign(), GuaranteedToExecute ? I : nullptr}); in findArgParts()534 if (!GuaranteedToExecute && in findArgParts()
1779 bool GuaranteedToExecute = in isSafeToExecuteUnconditionally() local1782 if (!GuaranteedToExecute) { in isSafeToExecuteUnconditionally()1793 return GuaranteedToExecute; in isSafeToExecuteUnconditionally()2103 bool GuaranteedToExecute = in promoteLoopAccessesToScalars() local2105 StoreIsGuanteedToExecute |= GuaranteedToExecute; in promoteLoopAccessesToScalars()2106 if (GuaranteedToExecute) { in promoteLoopAccessesToScalars()
1025 bool GuaranteedToExecute = true; in addInfoFor() local1047 if (GuaranteedToExecute) { in addInfoFor()1078 GuaranteedToExecute &= isGuaranteedToTransferExecutionToSuccessor(&I); in addInfoFor()