Home
last modified time | relevance | path

Searched refs:runWithDomTree (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/llvm10/llvm-10.0.1.src/unittests/Transforms/Utils/
H A DLocalTest.cpp168 static void runWithDomTree( in runWithDomTree() function
923 runWithDomTree(*M, "br_simple", runEager); in TEST()
924 runWithDomTree(*M, "br_self_loop", runEager); in TEST()
925 runWithDomTree(*M, "br_constant", runEager); in TEST()
926 runWithDomTree(*M, "br_loop", runEager); in TEST()
930 runWithDomTree(*M, "br_simple", runLazy); in TEST()
931 runWithDomTree(*M, "br_self_loop", runLazy); in TEST()
932 runWithDomTree(*M, "br_constant", runLazy); in TEST()
933 runWithDomTree(*M, "br_loop", runLazy); in TEST()
934 runWithDomTree(*M, "invoke_terminator", runLazy); in TEST()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/Transforms/Utils/
H A DLocalTest.cpp168 static void runWithDomTree( in runWithDomTree() function
923 runWithDomTree(*M, "br_simple", runEager); in TEST()
924 runWithDomTree(*M, "br_self_loop", runEager); in TEST()
925 runWithDomTree(*M, "br_constant", runEager); in TEST()
926 runWithDomTree(*M, "br_loop", runEager); in TEST()
930 runWithDomTree(*M, "br_simple", runLazy); in TEST()
931 runWithDomTree(*M, "br_self_loop", runLazy); in TEST()
932 runWithDomTree(*M, "br_constant", runLazy); in TEST()
933 runWithDomTree(*M, "br_loop", runLazy); in TEST()
934 runWithDomTree(*M, "invoke_terminator", runLazy); in TEST()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/unittests/Transforms/Utils/
H A DLocalTest.cpp169 static void runWithDomTree( in runWithDomTree() function
483 runWithDomTree(*M, "indirectbr", CFAllTerminatorsLazy); in TEST()
887 runWithDomTree(*M, "br_simple", runEager); in TEST()
888 runWithDomTree(*M, "br_self_loop", runEager); in TEST()
889 runWithDomTree(*M, "br_constant", runEager); in TEST()
890 runWithDomTree(*M, "br_loop", runEager); in TEST()
893 runWithDomTree(*M, "br_simple", runLazy); in TEST()
894 runWithDomTree(*M, "br_self_loop", runLazy); in TEST()
895 runWithDomTree(*M, "br_constant", runLazy); in TEST()
896 runWithDomTree(*M, "br_loop", runLazy); in TEST()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/unittests/Transforms/Utils/
H A DLocalTest.cpp167 static void runWithDomTree( in runWithDomTree() function
481 runWithDomTree(*M, "indirectbr", CFAllTerminatorsLazy); in TEST()
889 runWithDomTree(*M, "br_simple", runEager); in TEST()
890 runWithDomTree(*M, "br_self_loop", runEager); in TEST()
891 runWithDomTree(*M, "br_constant", runEager); in TEST()
892 runWithDomTree(*M, "br_loop", runEager); in TEST()
895 runWithDomTree(*M, "br_simple", runLazy); in TEST()
896 runWithDomTree(*M, "br_self_loop", runLazy); in TEST()
897 runWithDomTree(*M, "br_constant", runLazy); in TEST()
898 runWithDomTree(*M, "br_loop", runLazy); in TEST()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/Transforms/Utils/
H A DLocalTest.cpp168 static void runWithDomTree( in runWithDomTree() function
923 runWithDomTree(*M, "br_simple", runEager); in TEST()
924 runWithDomTree(*M, "br_self_loop", runEager); in TEST()
925 runWithDomTree(*M, "br_constant", runEager); in TEST()
926 runWithDomTree(*M, "br_loop", runEager); in TEST()
930 runWithDomTree(*M, "br_simple", runLazy); in TEST()
931 runWithDomTree(*M, "br_self_loop", runLazy); in TEST()
932 runWithDomTree(*M, "br_constant", runLazy); in TEST()
933 runWithDomTree(*M, "br_loop", runLazy); in TEST()
934 runWithDomTree(*M, "invoke_terminator", runLazy); in TEST()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/unittests/Transforms/Utils/
H A DLocalTest.cpp168 static void runWithDomTree( in runWithDomTree() function
923 runWithDomTree(*M, "br_simple", runEager); in TEST()
924 runWithDomTree(*M, "br_self_loop", runEager); in TEST()
925 runWithDomTree(*M, "br_constant", runEager); in TEST()
926 runWithDomTree(*M, "br_loop", runEager); in TEST()
930 runWithDomTree(*M, "br_simple", runLazy); in TEST()
931 runWithDomTree(*M, "br_self_loop", runLazy); in TEST()
932 runWithDomTree(*M, "br_constant", runLazy); in TEST()
933 runWithDomTree(*M, "br_loop", runLazy); in TEST()
934 runWithDomTree(*M, "invoke_terminator", runLazy); in TEST()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/Transforms/Utils/
H A DLocalTest.cpp168 static void runWithDomTree( in runWithDomTree() function
923 runWithDomTree(*M, "br_simple", runEager); in TEST()
924 runWithDomTree(*M, "br_self_loop", runEager); in TEST()
925 runWithDomTree(*M, "br_constant", runEager); in TEST()
926 runWithDomTree(*M, "br_loop", runEager); in TEST()
930 runWithDomTree(*M, "br_simple", runLazy); in TEST()
931 runWithDomTree(*M, "br_self_loop", runLazy); in TEST()
932 runWithDomTree(*M, "br_constant", runLazy); in TEST()
933 runWithDomTree(*M, "br_loop", runLazy); in TEST()
934 runWithDomTree(*M, "invoke_terminator", runLazy); in TEST()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/Transforms/Utils/
H A DLocalTest.cpp168 static void runWithDomTree( in runWithDomTree() function
929 runWithDomTree(*M, "br_simple", runEager); in TEST()
930 runWithDomTree(*M, "br_self_loop", runEager); in TEST()
931 runWithDomTree(*M, "br_constant", runEager); in TEST()
932 runWithDomTree(*M, "br_loop", runEager); in TEST()
936 runWithDomTree(*M, "br_simple", runLazy); in TEST()
937 runWithDomTree(*M, "br_self_loop", runLazy); in TEST()
938 runWithDomTree(*M, "br_constant", runLazy); in TEST()
939 runWithDomTree(*M, "br_loop", runLazy); in TEST()
940 runWithDomTree(*M, "invoke_terminator", runLazy); in TEST()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/Transforms/Utils/
H A DLocalTest.cpp168 static void runWithDomTree( in runWithDomTree() function
923 runWithDomTree(*M, "br_simple", runEager); in TEST()
924 runWithDomTree(*M, "br_self_loop", runEager); in TEST()
925 runWithDomTree(*M, "br_constant", runEager); in TEST()
926 runWithDomTree(*M, "br_loop", runEager); in TEST()
930 runWithDomTree(*M, "br_simple", runLazy); in TEST()
931 runWithDomTree(*M, "br_self_loop", runLazy); in TEST()
932 runWithDomTree(*M, "br_constant", runLazy); in TEST()
933 runWithDomTree(*M, "br_loop", runLazy); in TEST()
934 runWithDomTree(*M, "invoke_terminator", runLazy); in TEST()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/Transforms/Utils/
H A DLocalTest.cpp168 static void runWithDomTree( in runWithDomTree() function
929 runWithDomTree(*M, "br_simple", runEager); in TEST()
930 runWithDomTree(*M, "br_self_loop", runEager); in TEST()
931 runWithDomTree(*M, "br_constant", runEager); in TEST()
932 runWithDomTree(*M, "br_loop", runEager); in TEST()
936 runWithDomTree(*M, "br_simple", runLazy); in TEST()
937 runWithDomTree(*M, "br_self_loop", runLazy); in TEST()
938 runWithDomTree(*M, "br_constant", runLazy); in TEST()
939 runWithDomTree(*M, "br_loop", runLazy); in TEST()
940 runWithDomTree(*M, "invoke_terminator", runLazy); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/Transforms/Utils/
H A DLocalTest.cpp168 static void runWithDomTree( in runWithDomTree() function
923 runWithDomTree(*M, "br_simple", runEager); in TEST()
924 runWithDomTree(*M, "br_self_loop", runEager); in TEST()
925 runWithDomTree(*M, "br_constant", runEager); in TEST()
926 runWithDomTree(*M, "br_loop", runEager); in TEST()
930 runWithDomTree(*M, "br_simple", runLazy); in TEST()
931 runWithDomTree(*M, "br_self_loop", runLazy); in TEST()
932 runWithDomTree(*M, "br_constant", runLazy); in TEST()
933 runWithDomTree(*M, "br_loop", runLazy); in TEST()
934 runWithDomTree(*M, "invoke_terminator", runLazy); in TEST()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/Transforms/Utils/
H A DLocalTest.cpp168 static void runWithDomTree( in runWithDomTree() function
929 runWithDomTree(*M, "br_simple", runEager); in TEST()
930 runWithDomTree(*M, "br_self_loop", runEager); in TEST()
931 runWithDomTree(*M, "br_constant", runEager); in TEST()
932 runWithDomTree(*M, "br_loop", runEager); in TEST()
936 runWithDomTree(*M, "br_simple", runLazy); in TEST()
937 runWithDomTree(*M, "br_self_loop", runLazy); in TEST()
938 runWithDomTree(*M, "br_constant", runLazy); in TEST()
939 runWithDomTree(*M, "br_loop", runLazy); in TEST()
940 runWithDomTree(*M, "invoke_terminator", runLazy); in TEST()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/Transforms/Utils/
H A DLocalTest.cpp168 static void runWithDomTree( in runWithDomTree() function
929 runWithDomTree(*M, "br_simple", runEager); in TEST()
930 runWithDomTree(*M, "br_self_loop", runEager); in TEST()
931 runWithDomTree(*M, "br_constant", runEager); in TEST()
932 runWithDomTree(*M, "br_loop", runEager); in TEST()
936 runWithDomTree(*M, "br_simple", runLazy); in TEST()
937 runWithDomTree(*M, "br_self_loop", runLazy); in TEST()
938 runWithDomTree(*M, "br_constant", runLazy); in TEST()
939 runWithDomTree(*M, "br_loop", runLazy); in TEST()
940 runWithDomTree(*M, "invoke_terminator", runLazy); in TEST()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/Transforms/Utils/
H A DLocalTest.cpp168 static void runWithDomTree( in runWithDomTree() function
929 runWithDomTree(*M, "br_simple", runEager); in TEST()
930 runWithDomTree(*M, "br_self_loop", runEager); in TEST()
931 runWithDomTree(*M, "br_constant", runEager); in TEST()
932 runWithDomTree(*M, "br_loop", runEager); in TEST()
936 runWithDomTree(*M, "br_simple", runLazy); in TEST()
937 runWithDomTree(*M, "br_self_loop", runLazy); in TEST()
938 runWithDomTree(*M, "br_constant", runLazy); in TEST()
939 runWithDomTree(*M, "br_loop", runLazy); in TEST()
940 runWithDomTree(*M, "invoke_terminator", runLazy); in TEST()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/Transforms/Utils/
H A DLocalTest.cpp169 static void runWithDomTree( in runWithDomTree() function
944 runWithDomTree(*M, "br_simple", runEager); in TEST()
945 runWithDomTree(*M, "br_self_loop", runEager); in TEST()
946 runWithDomTree(*M, "br_constant", runEager); in TEST()
947 runWithDomTree(*M, "br_loop", runEager); in TEST()
951 runWithDomTree(*M, "br_simple", runLazy); in TEST()
952 runWithDomTree(*M, "br_self_loop", runLazy); in TEST()
953 runWithDomTree(*M, "br_constant", runLazy); in TEST()
954 runWithDomTree(*M, "br_loop", runLazy); in TEST()
955 runWithDomTree(*M, "invoke_terminator", runLazy); in TEST()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/unittests/Transforms/Utils/
H A DLocal.cpp167 static void runWithDomTree(
198 runWithDomTree(
323 runWithDomTree(*M, "br_same_dest", CFAllTerminators);
324 runWithDomTree(*M, "br_different_dest", CFAllTerminators);
325 runWithDomTree(*M, "switch_2_different_dest", CFAllTerminators);
327 runWithDomTree(*M, "switch_3_different_dest", CFAllTerminators);
328 runWithDomTree(*M, "switch_variable_2_default_dest", CFAllTerminators);
329 runWithDomTree(*M, "switch_constant_2_default_dest", CFAllTerminators);
331 runWithDomTree(*M, "indirectbr", CFAllTerminators);
332 runWithDomTree(*M, "indirectbr_repeated", CFAllTerminators);
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/IR/
H A DDominatorTreeTest.cpp26 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()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/IR/
H A DDominatorTreeTest.cpp26 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()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/IR/
H A DDominatorTreeTest.cpp26 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()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/IR/
H A DDominatorTreeTest.cpp26 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/IR/
H A DDominatorTreeTest.cpp26 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()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/IR/
H A DDominatorTreeTest.cpp26 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()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/IR/
H A DDominatorTreeTest.cpp26 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()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/IR/
H A DDominatorTreeTest.cpp26 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()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/IR/
H A DDominatorTreeTest.cpp26 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()

12