reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
139 if (NextUpdate.Action == ActionKind::Insert) 157 << ((U.Action == ActionKind::Insert) ? "\tIns " : "\tDel ") 232 EXPECT_EQ(UpdateC->Action, CFGBuilder::ActionKind::Delete);unittests/IR/DominatorTreeBatchUpdatesTest.cpp
40 Res.push_back({CFGU.Action == CFGInsert ? Insert : Delete,
unittests/IR/DominatorTreeTest.cpp673 return std::tie(A.Action, A.Edge.From, A.Edge.To) < 674 std::tie(B.Action, B.Edge.From, B.Edge.To); 696 EXPECT_EQ(LastUpdate->Action, Insert); 723 EXPECT_EQ(LastUpdate->Action, Insert); 750 EXPECT_EQ(LastUpdate->Action, Insert); 772 EXPECT_EQ(LastUpdate->Action, Insert); 801 EXPECT_EQ(LastUpdate->Action, Insert); 831 EXPECT_EQ(LastUpdate->Action, Insert); 858 EXPECT_EQ(LastUpdate->Action, Delete); 884 EXPECT_EQ(LastUpdate->Action, Delete); 916 if (LastUpdate->Action == Insert) { 954 if (LastUpdate->Action == Insert) {