Home
last modified time | relevance | path

Searched refs:Context1 (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
DMultiJITTest.cpp34 void createModule1(LLVMContext &Context1, Module *&M1, Function *&FooF1) { in createModule1() argument
35 M1 = new Module("test1", Context1); in createModule1()
72 LLVMContext Context1; in TEST() local
75 createModule1(Context1, M1, FooF1); in TEST()
102 LLVMContext Context1; in TEST() local
105 createModule1(Context1, M1, FooF1); in TEST()
136 LLVMContext Context1; in TEST() local
139 createModule1(Context1, M1, FooF1); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DLegacyPassManagerTest.cpp422 LLVMContext Context1; in TEST() local
428 Module M1("custom-opt-bisect", Context1); in TEST()
444 Context1.setOptPassGate(SkipOptionalPasses); in TEST()