Searched refs:runWithDomTree (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/Transforms/Utils/ |
| H A D | LocalTest.cpp | 170 static void runWithDomTree( in runWithDomTree() function 945 runWithDomTree(*M, "br_simple", runEager); in TEST() 946 runWithDomTree(*M, "br_self_loop", runEager); in TEST() 947 runWithDomTree(*M, "br_constant", runEager); in TEST() 948 runWithDomTree(*M, "br_loop", runEager); in TEST() 952 runWithDomTree(*M, "br_simple", runLazy); in TEST() 953 runWithDomTree(*M, "br_self_loop", runLazy); in TEST() 954 runWithDomTree(*M, "br_constant", runLazy); in TEST() 955 runWithDomTree(*M, "br_loop", runLazy); in TEST() 956 runWithDomTree(*M, "invoke_terminator", runLazy); in TEST() [all …]
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | DominatorTreeTest.cpp | 26 static void runWithDomTree( in runWithDomTree() function 62 runWithDomTree(*M, "f", in TEST() 106 runWithDomTree( in TEST() 326 runWithDomTree( in TEST() 410 runWithDomTree( in TEST() 504 runWithDomTree( in TEST() 593 runWithDomTree( in TEST() 667 runWithDomTree( in TEST() 1039 runWithDomTree(*M, "f", in TEST() 1086 runWithDomTree(*M, "f", in TEST()
|