| H A D | CFGTest.cpp | 62 assert(ExclusionSet.empty()); in ParseAssembly() 65 ExclusionSet.insert(&*I); in ParseAssembly() 75 SmallPtrSet<BasicBlock *, 4> ExclusionSet) in ExpectPath() argument 77 ExclusionSet(ExclusionSet) {} in ExpectPath() 102 EXPECT_EQ(isPotentiallyReachable(A, B, &ExclusionSet, nullptr, nullptr), in ExpectPath() 104 EXPECT_EQ(isPotentiallyReachable(A, B, &ExclusionSet, DT, nullptr), in ExpectPath() 106 EXPECT_EQ(isPotentiallyReachable(A, B, &ExclusionSet, nullptr, LI), in ExpectPath() 108 EXPECT_EQ(isPotentiallyReachable(A, B, &ExclusionSet, DT, LI), in ExpectPath() 114 SmallPtrSet<BasicBlock *, 4> ExclusionSet; in ExpectPath() member in __anoncf1c11ff0111::IsPotentiallyReachableTest::ExpectPath::IsPotentiallyReachableTestPass 121 new IsPotentiallyReachableTestPass(ExpectedResult, A, B, ExclusionSet); in ExpectPath() [all …]
|