Searched refs:isGuaranteedToTransferExecutionToSuccessor (Results 1 – 5 of 5) sorted by relevance
363 bool isGuaranteedToTransferExecutionToSuccessor(const Instruction *I);
417 !isGuaranteedToTransferExecutionToSuccessor(&*I); in computeLoopSafetyInfo()426 SafetyInfo->MayThrow |= !isGuaranteedToTransferExecutionToSuccessor(&*I); in computeLoopSafetyInfo()
204 if (!isGuaranteedToTransferExecutionToSuccessor(&Inst)) in isLoadHoistBarrierInRange()
3476 bool llvm::isGuaranteedToTransferExecutionToSuccessor(const Instruction *I) { in isGuaranteedToTransferExecutionToSuccessor() function in llvm3529 if (!isGuaranteedToTransferExecutionToSuccessor(&LI)) return false; in isGuaranteedToExecuteForEveryIteration()3663 if (!isGuaranteedToTransferExecutionToSuccessor(&I)) in isKnownNotFullPoison()
4913 return isGuaranteedToTransferExecutionToSuccessor(&I); in loopHasNoAbnormalExits()