Searched refs:CFGInsert (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | DominatorTreeBatchUpdatesTest.cpp | 21 const auto CFGInsert = CFGBuilder::ActionKind::Insert; variable 199 {CFGInsert, {"2", "4"}}, {CFGInsert, {"12", "10"}}, in TEST() 200 {CFGInsert, {"10", "9"}}, {CFGInsert, {"7", "6"}}, in TEST() 201 {CFGInsert, {"7", "5"}}, {CFGDelete, {"3", "8"}}, in TEST() 202 {CFGInsert, {"10", "7"}}, {CFGInsert, {"2", "8"}}, in TEST() 229 {CFGInsert, {"2", "4"}}, {CFGInsert, {"12", "10"}}, in TEST() 230 {CFGInsert, {"10", "9"}}, {CFGInsert, {"7", "6"}}, in TEST() 232 {CFGInsert, {"10", "7"}}, {CFGInsert, {"2", "8"}}, in TEST() 270 {CFGInsert, {"N", "5"}}, {CFGInsert, {"3", "N"}}, {CFGDelete, {"3", "5"}}}; in TEST() 303 {CFGInsert, {"N", "8"}}, {CFGInsert, {"7", "N"}}, {CFGDelete, {"7", "8"}}}; in TEST() [all …]
|