HomeSort by relevance Sort by last modified time
    Searched refs:isPotentiallyReachable (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Analysis/
CFG.h 67 bool isPotentiallyReachable(const Instruction *From, const Instruction *To,
77 bool isPotentiallyReachable(const BasicBlock *From, const BasicBlock *To,
  /external/llvm/unittests/Analysis/
CFGTest.cpp 28 // This fixture assists in running the isPotentiallyReachable utility four ways
76 PassInfo *PI = new PassInfo("isPotentiallyReachable testing pass",
98 EXPECT_EQ(isPotentiallyReachable(A, B, nullptr, nullptr),
100 EXPECT_EQ(isPotentiallyReachable(A, B, DT, nullptr), ExpectedResult);
101 EXPECT_EQ(isPotentiallyReachable(A, B, nullptr, LI), ExpectedResult);
102 EXPECT_EQ(isPotentiallyReachable(A, B, DT, LI), ExpectedResult);
  /external/llvm/lib/Analysis/
CFG.cpp 174 bool llvm::isPotentiallyReachable(const BasicBlock *A, const BasicBlock *B,
186 bool llvm::isPotentiallyReachable(const Instruction *A, const Instruction *B,
AliasAnalysis.cpp 408 !isPotentiallyReachable(I, BeforeHere, DT))
420 !isPotentiallyReachable(I, BeforeHere, DT))
BasicAliasAnalysis.cpp     [all...]

Completed in 651 milliseconds