D | CFGTest.cpp | 67 void ExpectPath(bool ExpectedResult) { in ExpectPath() argument 71 IsPotentiallyReachableTestPass(bool ExpectedResult, in ExpectPath() argument 73 : FunctionPass(ID), ExpectedResult(ExpectedResult), A(A), B(B) {} in ExpectPath() 99 ExpectedResult); in ExpectPath() 100 EXPECT_EQ(isPotentiallyReachable(A, B, DT, nullptr), ExpectedResult); in ExpectPath() 101 EXPECT_EQ(isPotentiallyReachable(A, B, nullptr, LI), ExpectedResult); in ExpectPath() 102 EXPECT_EQ(isPotentiallyReachable(A, B, DT, LI), ExpectedResult); in ExpectPath() 105 bool ExpectedResult; in ExpectPath() member in __anon779fcd880111::IsPotentiallyReachableTest::ExpectPath::IsPotentiallyReachableTestPass 113 new IsPotentiallyReachableTestPass(ExpectedResult, A, B); in ExpectPath()
|