Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMustExecute.cpp36 !isGuaranteedToTransferExecutionToSuccessor(Header); in computeLoopSafetyInfo()
48 !isGuaranteedToTransferExecutionToSuccessor(*BB); in computeLoopSafetyInfo()
DValueTracking.cpp4045 bool llvm::isGuaranteedToTransferExecutionToSuccessor(const Instruction *I) { in isGuaranteedToTransferExecutionToSuccessor() function in llvm
4106 bool llvm::isGuaranteedToTransferExecutionToSuccessor(const BasicBlock *BB) { in isGuaranteedToTransferExecutionToSuccessor() function in llvm
4110 if (!isGuaranteedToTransferExecutionToSuccessor(&*I)) in isGuaranteedToTransferExecutionToSuccessor()
4125 if (!isGuaranteedToTransferExecutionToSuccessor(&LI)) return false; in isGuaranteedToExecuteForEveryIteration()
4213 if (!isGuaranteedToTransferExecutionToSuccessor(&I)) in programUndefinedIfFullPoison()
DScalarEvolution.cpp6100 if (!isGuaranteedToTransferExecutionToSuccessor(&I)) in getLoopProperties()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DValueTracking.h461 bool isGuaranteedToTransferExecutionToSuccessor(const Instruction *I);
468 bool isGuaranteedToTransferExecutionToSuccessor(const BasicBlock *BB);
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DValueTrackingTest.cpp237 EXPECT_EQ(isGuaranteedToTransferExecutionToSuccessor(&I), in TEST()
/external/llvm/include/llvm/Analysis/
DValueTracking.h363 bool isGuaranteedToTransferExecutionToSuccessor(const Instruction *I);
/external/llvm/lib/Transforms/Scalar/
DLICM.cpp417 !isGuaranteedToTransferExecutionToSuccessor(&*I); in computeLoopSafetyInfo()
426 SafetyInfo->MayThrow |= !isGuaranteedToTransferExecutionToSuccessor(&*I); in computeLoopSafetyInfo()
DMergedLoadStoreMotion.cpp204 if (!isGuaranteedToTransferExecutionToSuccessor(&Inst)) in isLoadHoistBarrierInRange()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp444 if (!isGuaranteedToTransferExecutionToSuccessor(&I)) in ReplaceFoldableUses()
1023 if (!isGuaranteedToTransferExecutionToSuccessor(BB)) in ProcessBlock()
1404 if (!isGuaranteedToTransferExecutionToSuccessor(&*I)) in SimplifyPartiallyRedundantLoad()
DGVNHoist.cpp1093 if (!isGuaranteedToTransferExecutionToSuccessor(&I1)) { in hoistExpressions()
DLICM.cpp518 IsMustExecute = isGuaranteedToTransferExecutionToSuccessor(&I); in hoistRegion()
DGVN.cpp2447 if (isGuaranteedToTransferExecutionToSuccessor(I)) in fillImplicitControlFlowInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp617 if (!isGuaranteedToTransferExecutionToSuccessor(&I)) in addArgumentAttrsFromCallsites()
/external/llvm/lib/Analysis/
DValueTracking.cpp3476 bool llvm::isGuaranteedToTransferExecutionToSuccessor(const Instruction *I) { in isGuaranteedToTransferExecutionToSuccessor() function in llvm
3529 if (!isGuaranteedToTransferExecutionToSuccessor(&LI)) return false; in isGuaranteedToExecuteForEveryIteration()
3663 if (!isGuaranteedToTransferExecutionToSuccessor(&I)) in isKnownNotFullPoison()
DScalarEvolution.cpp4913 return isGuaranteedToTransferExecutionToSuccessor(&I); in loopHasNoAbnormalExits()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp593 if (!isGuaranteedToTransferExecutionToSuccessor(&*BBI)) in simplifyDivRemOfSelectWithZeroOp()