Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMustExecute.cpp58 HeaderMayThrow = !isGuaranteedToTransferExecutionToSuccessor(Header); in computeLoopSafetyInfo()
68 MayThrow |= !isGuaranteedToTransferExecutionToSuccessor(*BB); in computeLoopSafetyInfo()
596 return isGuaranteedToTransferExecutionToSuccessor(BB); in findForwardJoinPoint()
721 bool TransfersExecution = isGuaranteedToTransferExecutionToSuccessor(PP); in getMustBeExecutedNextInstruction()
H A DInstructionPrecedenceTracking.cpp136 return !isGuaranteedToTransferExecutionToSuccessor(Insn); in isSpecialInstruction()
H A DValueTracking.cpp551 if (!isGuaranteedToTransferExecutionToSuccessor(&*I) || --ScanLimit == 0) in isValidAssumeForContext()
5224 bool llvm::isGuaranteedToTransferExecutionToSuccessor(const Instruction *I) { in isGuaranteedToTransferExecutionToSuccessor() function in llvm
5240 bool llvm::isGuaranteedToTransferExecutionToSuccessor(const BasicBlock *BB) { in isGuaranteedToTransferExecutionToSuccessor() function in llvm
5244 if (!isGuaranteedToTransferExecutionToSuccessor(&I)) in isGuaranteedToTransferExecutionToSuccessor()
5259 if (!isGuaranteedToTransferExecutionToSuccessor(&LI)) return false; in isGuaranteedToExecuteForEveryIteration()
5414 if (!isGuaranteedToTransferExecutionToSuccessor(&I)) in programUndefinedIfUndefOrPoison()
5441 if (!isGuaranteedToTransferExecutionToSuccessor(&I)) in programUndefinedIfUndefOrPoison()
H A DScalarEvolution.cpp6478 if (!isGuaranteedToTransferExecutionToSuccessor(&I)) in getLoopProperties()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DValueTracking.h567 bool isGuaranteedToTransferExecutionToSuccessor(const Instruction *I);
574 bool isGuaranteedToTransferExecutionToSuccessor(const BasicBlock *BB);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp497 if (!isGuaranteedToTransferExecutionToSuccessor(&*It)) { in mergeRange()
526 if (!isGuaranteedToTransferExecutionToSuccessor(&*It)) { in mergeAssumes()
H A DInlineFunction.cpp1186 !isGuaranteedToTransferExecutionToSuccessor(&I)) in MayContainThrowingOrExitingCall()
H A DSimplifyCFG.cpp6620 if (!isGuaranteedToTransferExecutionToSuccessor(&*i)) in passingValueIsAlwaysUndefined()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp507 if (!isGuaranteedToTransferExecutionToSuccessor(&I)) in replaceFoldableUses()
1453 if (!isGuaranteedToTransferExecutionToSuccessor(&*I)) in simplifyPartiallyRedundantLoad()
2021 if (!isGuaranteedToTransferExecutionToSuccessor(BB)) in maybeMergeBasicBlockIntoOnlyPred()
H A DGVNHoist.cpp1181 if (!isGuaranteedToTransferExecutionToSuccessor(&I1)) { in hoistExpressions()
H A DMemCpyOptimizer.cpp554 if (!isGuaranteedToTransferExecutionToSuccessor(C)) in moveUp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp669 if (!isGuaranteedToTransferExecutionToSuccessor(&I)) in addArgumentAttrsFromCallsites()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp660 if (!isGuaranteedToTransferExecutionToSuccessor(&*BBI)) in simplifyDivRemOfSelectWithZeroOp()
H A DInstructionCombining.cpp2857 isGuaranteedToTransferExecutionToSuccessor(Prev)) { in visitUnreachableInst()