Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/unittests/VMCore/
DPassManagerTest.cpp432 Function* func_test2 = Function::Create( in makeLLVMModule() local
436 func_test2->setCallingConv(CallingConv::C); in makeLLVMModule()
438 func_test2->setAttributes(func_test2_PAL); in makeLLVMModule()
471 CallInst* int32_3 = CallInst::Create(func_test2, "", label_entry); in makeLLVMModule()
483 BasicBlock* label_entry_5 = BasicBlock::Create(getGlobalContext(), "entry",func_test2,0); in makeLLVMModule()
/external/llvm/unittests/IR/
DLegacyPassManagerTest.cpp435 Function* func_test2 = Function::Create( in makeLLVMModule() local
439 func_test2->setCallingConv(CallingConv::C); in makeLLVMModule()
441 func_test2->setAttributes(func_test2_PAL); in makeLLVMModule()
475 CallInst* int32_3 = CallInst::Create(func_test2, "", label_entry); in makeLLVMModule()
487 BasicBlock::Create(Context, "entry", func_test2, nullptr); in makeLLVMModule()