Searched refs:ModuleStr (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | LoopInfoTest.cpp | 58 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 D | UnrollAnalyzerTest.cpp | 65 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 D | LoopNestTest.cpp | 38 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 D | DDGTest.cpp | 43 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 D | DomTreeUpdaterTest.cpp | 24 StringRef ModuleStr) { in makeLLVMModule() argument 26 std::unique_ptr<Module> M = parseAssemblyString(ModuleStr, Err, Context); in makeLLVMModule()
|
| H A D | IRSimilarityIdentifierTest.cpp | 26 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 D | DominatorTreeTest.cpp | 39 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 D | llvm_ocaml.c | 337 value ModuleStr = caml_copy_string(ModuleCStr); in llvm_string_of_llmodule() local 340 return ModuleStr; in llvm_string_of_llmodule()
|