Home
last modified time | relevance | path

Searched refs:isGuaranteedToTransferExecutionToSuccessor (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMustExecute.cpp49 HeaderMayThrow = !isGuaranteedToTransferExecutionToSuccessor(Header); in computeLoopSafetyInfo()
59 MayThrow |= !isGuaranteedToTransferExecutionToSuccessor(*BB); in computeLoopSafetyInfo()
H A DInstructionPrecedenceTracking.cpp139 if (isGuaranteedToTransferExecutionToSuccessor(Insn)) in isSpecialInstruction()
H A DValueTracking.cpp4274 bool llvm::isGuaranteedToTransferExecutionToSuccessor(const Instruction *I) { in isGuaranteedToTransferExecutionToSuccessor() function in llvm
4335 bool llvm::isGuaranteedToTransferExecutionToSuccessor(const BasicBlock *BB) { in isGuaranteedToTransferExecutionToSuccessor() function in llvm
4339 if (!isGuaranteedToTransferExecutionToSuccessor(&*I)) in isGuaranteedToTransferExecutionToSuccessor()
4354 if (!isGuaranteedToTransferExecutionToSuccessor(&LI)) return false; in isGuaranteedToExecuteForEveryIteration()
4448 if (!isGuaranteedToTransferExecutionToSuccessor(&I)) in programUndefinedIfFullPoison()
H A DScalarEvolution.cpp6105 if (!isGuaranteedToTransferExecutionToSuccessor(&I)) in getLoopProperties()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DValueTracking.h478 bool isGuaranteedToTransferExecutionToSuccessor(const Instruction *I);
485 bool isGuaranteedToTransferExecutionToSuccessor(const BasicBlock *BB);
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp449 if (!isGuaranteedToTransferExecutionToSuccessor(&I)) in ReplaceFoldableUses()
1027 if (!isGuaranteedToTransferExecutionToSuccessor(BB)) in ProcessBlock()
1411 if (!isGuaranteedToTransferExecutionToSuccessor(&*I)) in SimplifyPartiallyRedundantLoad()
H A DGVNHoist.cpp1092 if (!isGuaranteedToTransferExecutionToSuccessor(&I1)) { in hoistExpressions()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp652 if (!isGuaranteedToTransferExecutionToSuccessor(&I)) in addArgumentAttrsFromCallsites()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp528 if (!isGuaranteedToTransferExecutionToSuccessor(&*BBI)) in simplifyDivRemOfSelectWithZeroOp()