Searched refs:GuaranteedToExecute (Results 1 – 3 of 3) sorted by relevance
545 bool GuaranteedToExecute) -> std::optional<bool> { in findArgParts() argument572 Off, ArgPart{Ty, I->getAlign(), GuaranteedToExecute ? I : nullptr}); in findArgParts()599 if (!GuaranteedToExecute && in findArgParts()
1723 bool GuaranteedToExecute = in isSafeToExecuteUnconditionally() local1726 if (!GuaranteedToExecute) { in isSafeToExecuteUnconditionally()1737 return GuaranteedToExecute; in isSafeToExecuteUnconditionally()2053 bool GuaranteedToExecute = in promoteLoopAccessesToScalars() local2055 StoreIsGuanteedToExecute |= GuaranteedToExecute; in promoteLoopAccessesToScalars()2056 if (GuaranteedToExecute) { in promoteLoopAccessesToScalars()
1116 bool GuaranteedToExecute = true; in addInfoFor() local1138 if (GuaranteedToExecute) { in addInfoFor()1177 GuaranteedToExecute &= isGuaranteedToTransferExecutionToSuccessor(&I); in addInfoFor()