D | CFGTest.cpp | 63 void ExpectPath(bool ExpectedResult) { in ExpectPath() argument 67 IsPotentiallyReachableTestPass(bool ExpectedResult, in ExpectPath() argument 69 : FunctionPass(ID), ExpectedResult(ExpectedResult), A(A), B(B) {} in ExpectPath() 95 ExpectedResult); 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() 101 bool ExpectedResult; in ExpectPath() member in __anon4211a7310111::IsPotentiallyReachableTest::ExpectPath::IsPotentiallyReachableTestPass 109 new IsPotentiallyReachableTestPass(ExpectedResult, A, B); in ExpectPath()
|