Searched refs:isPotentiallyReachable (Results 1 – 8 of 8) sorted by relevance
/external/llvm/unittests/Analysis/ |
D | CFGTest.cpp | 94 EXPECT_EQ(isPotentiallyReachable(A, B, nullptr, nullptr), in ExpectPath() 96 EXPECT_EQ(isPotentiallyReachable(A, B, DT, nullptr), ExpectedResult); in ExpectPath() 97 EXPECT_EQ(isPotentiallyReachable(A, B, nullptr, LI), ExpectedResult); in ExpectPath() 98 EXPECT_EQ(isPotentiallyReachable(A, B, DT, LI), ExpectedResult); in ExpectPath()
|
/external/llvm/include/llvm/Analysis/ |
D | CFG.h | 67 bool isPotentiallyReachable(const Instruction *From, const Instruction *To, 77 bool isPotentiallyReachable(const BasicBlock *From, const BasicBlock *To,
|
/external/llvm/lib/Analysis/ |
D | CFG.cpp | 174 bool llvm::isPotentiallyReachable(const BasicBlock *A, const BasicBlock *B, in isPotentiallyReachable() function in llvm 186 bool llvm::isPotentiallyReachable(const Instruction *A, const Instruction *B, in isPotentiallyReachable() function in llvm
|
D | CaptureTracking.cpp | 112 !isPotentiallyReachable(I, BeforeHere, DT)) in isSafeToPrune()
|
D | BasicAliasAnalysis.cpp | 1566 if (isPotentiallyReachable(&P->front(), Inst, DT, LI)) in isValueEqualInPotentialCycles()
|
/external/llvm/lib/CodeGen/ |
D | DwarfEHPrepare.cpp | 146 if (isPotentiallyReachable(LP, RI, DT)) { in pruneUnreachableResumes()
|
/external/llvm/lib/Transforms/Scalar/ |
D | PlaceSafepoints.cpp | 659 assert(isPotentiallyReachable(&*Start, &*After) && in INITIALIZE_PASS_DEPENDENCY()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 831 if (isPotentiallyReachable(I.getParent(), NonConstBB, DT, LI)) in FoldOpIntoPhi()
|