Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DLoopInfoTest.cpp58 const char *ModuleStr = in TEST() local
106 const char *ModuleStr = in TEST() local
235 const char *ModuleStr = in TEST() local
294 const char *ModuleStr = in TEST() local
353 const char *ModuleStr = in TEST() local
412 const char *ModuleStr = in TEST() local
471 const char *ModuleStr = in TEST() local
530 const char *ModuleStr = in TEST() local
590 const char *ModuleStr = in TEST() local
646 const char *ModuleStr = in TEST() local
[all …]
H A DUnrollAnalyzerTest.cpp65 const char *ModuleStr) { in makeLLVMModule() argument
67 return parseAssemblyString(ModuleStr, Err, Context); in makeLLVMModule()
71 const char *ModuleStr = in TEST() local
90 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleStr); in TEST()
130 const char *ModuleStr = in TEST() local
153 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleStr); in TEST()
181 const char *ModuleStr = in TEST() local
198 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleStr); in TEST()
225 const char *ModuleStr = in TEST() local
245 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleStr); in TEST()
[all …]
H A DLoopNestTest.cpp38 const char *ModuleStr) { in makeLLVMModule() argument
40 return parseAssemblyString(ModuleStr, Err, Context); in makeLLVMModule()
52 const char *ModuleStr = in TEST() local
83 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleStr); in TEST()
136 const char *ModuleStr = in TEST() local
179 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleStr); in TEST()
222 const char *ModuleStr = in TEST() local
265 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleStr); in TEST()
H A DDDGTest.cpp43 const char *ModuleStr) { in makeLLVMModule() argument
45 return parseAssemblyString(ModuleStr, Err, Context); in makeLLVMModule()
49 const char *ModuleStr = in TEST() local
87 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleStr); in TEST()
141 const char *ModuleStr = in TEST() local
203 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleStr); in TEST()
H A DDomTreeUpdaterTest.cpp24 StringRef ModuleStr) { in makeLLVMModule() argument
26 std::unique_ptr<Module> M = parseAssemblyString(ModuleStr, Err, Context); in makeLLVMModule()
H A DIRSimilarityIdentifierTest.cpp26 StringRef ModuleStr) { in makeLLVMModule() argument
28 std::unique_ptr<Module> M = parseAssemblyString(ModuleStr, Err, Context); in makeLLVMModule()
/llvm-project-15.0.7/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-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c337 value ModuleStr = caml_copy_string(ModuleCStr); in llvm_string_of_llmodule() local
340 return ModuleStr; in llvm_string_of_llmodule()