Home
last modified time | relevance | path

Searched refs:makeLLVMModule (Results 1 – 6 of 6) sorted by relevance

/external/llvm/unittests/Analysis/
DUnrollAnalyzer.cpp63 std::unique_ptr<Module> makeLLVMModule(LLVMContext &Context, in makeLLVMModule() function
90 std::unique_ptr<Module> M = makeLLVMModule(Context, P, ModuleStr); in TEST()
153 std::unique_ptr<Module> M = makeLLVMModule(Context, P, ModuleStr); in TEST()
198 std::unique_ptr<Module> M = makeLLVMModule(Context, P, ModuleStr); in TEST()
245 std::unique_ptr<Module> M = makeLLVMModule(Context, P, ModuleStr); in TEST()
291 std::unique_ptr<Module> M = makeLLVMModule(Context, P, ModuleStr); in TEST()
DBlockFrequencyInfoTest.cpp41 std::unique_ptr<Module> makeLLVMModule() { in makeLLVMModule() function in llvm::__anon3f4c4c290111::BlockFrequencyInfoTest
60 auto M = makeLLVMModule(); in TEST_F()
/external/swiftshader/third_party/LLVM/unittests/VMCore/
DPassManagerTest.cpp334 Module* makeLLVMModule();
338 OwningPtr<Module> M(makeLLVMModule()); in MemoryTestHelper()
349 Module *M = makeLLVMModule(); in MemoryTestHelper()
385 Module *M = makeLLVMModule(); in TEST()
399 Module* makeLLVMModule() { in makeLLVMModule() function
/external/llvm/unittests/IR/
DLegacyPassManagerTest.cpp338 Module *makeLLVMModule(LLVMContext &Context);
343 std::unique_ptr<Module> M(makeLLVMModule(Context)); in MemoryTestHelper()
354 Module *M = makeLLVMModule(Context); in MemoryTestHelper()
390 Module *M = makeLLVMModule(Context); in TEST()
403 Module *makeLLVMModule(LLVMContext &Context) { in makeLLVMModule() function
DDominatorTreeTest.cpp218 std::unique_ptr<Module> makeLLVMModule(LLVMContext &Context, DPass *P) { in makeLLVMModule() function
249 std::unique_ptr<Module> M = makeLLVMModule(Context, P); in TEST()
/external/swiftshader/third_party/LLVM/test/CodeGen/CPP/
D2007-06-16-Funcname.ll1 ; RUN: llc < %s -march=cpp -cppfname=WAKKA | not grep makeLLVMModule