|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
unittests/IR/DominatorTreeTest.cpp 684 std::vector<CFGBuilder::Update> Updates = {{Insert, {"12", "10"}},
685 {Insert, {"10", "9"}},
686 {Insert, {"7", "6"}},
687 {Insert, {"7", "5"}}};
696 EXPECT_EQ(LastUpdate->Action, Insert);
713 std::vector<CFGBuilder::Update> Updates = {{Insert, {"10", "7"}}};
723 EXPECT_EQ(LastUpdate->Action, Insert);
738 std::vector<CFGBuilder::Update> Updates = {{Insert, {"4", "5"}},
739 {Insert, {"8", "9"}},
740 {Insert, {"10", "12"}},
741 {Insert, {"10", "11"}}};
750 EXPECT_EQ(LastUpdate->Action, Insert);
764 std::vector<CFGBuilder::Update> Updates = {{Insert, {"3", "5"}}};
772 EXPECT_EQ(LastUpdate->Action, Insert);
790 {Insert, {"4", "5"}}, {Insert, {"2", "5"}}, {Insert, {"10", "9"}},
790 {Insert, {"4", "5"}}, {Insert, {"2", "5"}}, {Insert, {"10", "9"}},
790 {Insert, {"4", "5"}}, {Insert, {"2", "5"}}, {Insert, {"10", "9"}},
791 {Insert, {"12", "10"}}, {Insert, {"12", "10"}}, {Insert, {"7", "8"}},
791 {Insert, {"12", "10"}}, {Insert, {"12", "10"}}, {Insert, {"7", "8"}},
791 {Insert, {"12", "10"}}, {Insert, {"12", "10"}}, {Insert, {"7", "8"}},
792 {Insert, {"7", "5"}}};
801 EXPECT_EQ(LastUpdate->Action, Insert);
816 std::vector<CFGBuilder::Update> Updates = {{Insert, {"4", "5"}},
817 {Insert, {"2", "5"}},
818 {Insert, {"10", "9"}},
819 {Insert, {"12", "10"}}};
831 EXPECT_EQ(LastUpdate->Action, Insert);
900 {Insert, {"2", "4"}}, {Insert, {"12", "10"}}, {Insert, {"10", "9"}},
900 {Insert, {"2", "4"}}, {Insert, {"12", "10"}}, {Insert, {"10", "9"}},
900 {Insert, {"2", "4"}}, {Insert, {"12", "10"}}, {Insert, {"10", "9"}},
901 {Insert, {"7", "6"}}, {Insert, {"7", "5"}}, {Delete, {"3", "8"}},
901 {Insert, {"7", "6"}}, {Insert, {"7", "5"}}, {Delete, {"3", "8"}},
902 {Insert, {"10", "7"}}, {Insert, {"2", "8"}}, {Delete, {"3", "4"}},
902 {Insert, {"10", "7"}}, {Insert, {"2", "8"}}, {Delete, {"3", "4"}},
916 if (LastUpdate->Action == Insert) {
935 {Insert, {"2", "4"}}, {Insert, {"12", "10"}}, {Insert, {"10", "9"}},
935 {Insert, {"2", "4"}}, {Insert, {"12", "10"}}, {Insert, {"10", "9"}},
935 {Insert, {"2", "4"}}, {Insert, {"12", "10"}}, {Insert, {"10", "9"}},
936 {Insert, {"7", "6"}}, {Insert, {"7", "5"}}, {Delete, {"3", "8"}},
936 {Insert, {"7", "6"}}, {Insert, {"7", "5"}}, {Delete, {"3", "8"}},
937 {Insert, {"10", "7"}}, {Insert, {"2", "8"}}, {Delete, {"3", "4"}},
937 {Insert, {"10", "7"}}, {Insert, {"2", "8"}}, {Delete, {"3", "4"}},
954 if (LastUpdate->Action == Insert) {
980 CFGBuilder B(Holder.F, Arcs, {{Insert, {"7", "23"}}});