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

  /external/llvm/include/llvm/Analysis/
CFG.h 64 bool isPotentiallyReachable(const Instruction *From, const Instruction *To,
  /external/llvm/unittests/Analysis/
CFGTest.cpp 29 // This fixture assists in running the isPotentiallyReachable utility four ways
77 PassInfo *PI = new PassInfo("isPotentiallyReachable testing pass",
97 EXPECT_EQ(isPotentiallyReachable(A, B, 0, 0), ExpectedResult);
98 EXPECT_EQ(isPotentiallyReachable(A, B, DT, 0), ExpectedResult);
99 EXPECT_EQ(isPotentiallyReachable(A, B, 0, LI), ExpectedResult);
100 EXPECT_EQ(isPotentiallyReachable(A, B, DT, LI), ExpectedResult);
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 386 !isPotentiallyReachable(I, BeforeHere, DT))
398 !isPotentiallyReachable(I, BeforeHere, DT))
CFG.cpp 168 bool llvm::isPotentiallyReachable(const Instruction *A, const Instruction *B,

Completed in 40 milliseconds