/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/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 | 113 !isPotentiallyReachable(I, BeforeHere, DT)) in isSafeToPrune()
|
D | BasicAliasAnalysis.cpp | 1809 if (isPotentiallyReachable(&P->front(), Inst, DT, LI)) in isValueEqualInPotentialCycles()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | DwarfEHPrepare.cpp | 149 if (isPotentiallyReachable(LP, RI, DT)) { in pruneUnreachableResumes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | PlaceSafepoints.cpp | 672 assert(isPotentiallyReachable(&*Start, &*After) && in INITIALIZE_PASS_DEPENDENCY()
|
/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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 924 if (isPotentiallyReachable(I.getParent(), NonConstBB, &DT, LI)) in foldOpIntoPhi()
|