Home
last modified time | relevance | path

Searched refs:ModuleStr (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/unittests/Analysis/
H A DLoopInfoTest.cpp51 const char *ModuleStr) { in makeLLVMModule() argument
53 return parseAssemblyString(ModuleStr, Err, Context); in makeLLVMModule()
59 const char *ModuleStr = in TEST() local
79 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleStr); in TEST()
107 const char *ModuleStr = in TEST() local
129 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleStr); in TEST()
161 const char *ModuleStr = "define void @f() {\n" in TEST() local
185 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleStr); in TEST()
236 const char *ModuleStr = in TEST() local
259 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleStr); in TEST()
[all …]
H A DUnrollAnalyzerTest.cpp56 const char *ModuleStr) { in makeLLVMModule() argument
58 return parseAssemblyString(ModuleStr, Err, Context); in makeLLVMModule()
62 const char *ModuleStr = in TEST() local
80 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleStr); in TEST()
120 const char *ModuleStr = in TEST() local
142 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleStr); in TEST()
170 const char *ModuleStr = in TEST() local
186 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleStr); in TEST()
213 const char *ModuleStr = in TEST() local
234 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleStr); in TEST()
254 const char *ModuleStr = TEST() local
[all...]
H A DLoopNestTest.cpp39 const char *ModuleStr) { in makeLLVMModule() argument
41 return parseAssemblyString(ModuleStr, Err, Context); in makeLLVMModule()
53 const char *ModuleStr = in TEST() local
84 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleStr); in TEST()
137 const char *ModuleStr = in TEST() local
180 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleStr); in TEST()
223 const char *ModuleStr = in TEST() local
266 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleStr); in TEST()
H A DDDGTest.cpp44 const char *ModuleStr) { in makeLLVMModule() argument
46 return parseAssemblyString(ModuleStr, Err, Context); in makeLLVMModule()
50 const char *ModuleStr = in TEST() local
88 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleStr); in TEST()
142 const char *ModuleStr = in TEST() local
204 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleStr); in TEST()
H A DDomTreeUpdaterTest.cpp25 StringRef ModuleStr) { in makeLLVMModule()
27 std::unique_ptr<Module> M = parseAssemblyString(ModuleStr, Err, Context); in makeLLVMModule()
24 makeLLVMModule(LLVMContext & Context,StringRef ModuleStr) makeLLVMModule() argument
H A DIRSimilarityIdentifierTest.cpp32 StringRef ModuleStr) { in makeLLVMModule() argument
34 std::unique_ptr<Module> M = parseAssemblyString(ModuleStr, Err, Context); in makeLLVMModule()
/llvm-project/llvm/unittests/IR/
H A DDominatorTreeTest.cpp39 StringRef ModuleStr) { in makeLLVMModule() argument
41 std::unique_ptr<Module> M = parseAssemblyString(ModuleStr, Err, Context); in makeLLVMModule()
/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c364 value ModuleStr = caml_copy_string(ModuleCStr); in llvm_string_of_llmodule() local
367 return ModuleStr; in llvm_string_of_llmodule()