Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DLegacyPassManagerTest.cpp448 Function* func_test4 = Function::Create( in makeLLVMModule() local
452 func_test4->setCallingConv(CallingConv::C); in makeLLVMModule()
454 func_test4->setAttributes(func_test4_PAL); in makeLLVMModule()
512 Function::arg_iterator args = func_test4->arg_begin(); in makeLLVMModule()
516 … BasicBlock* label_entry_11 = BasicBlock::Create(getGlobalContext(), "entry",func_test4,nullptr); in makeLLVMModule()
517 BasicBlock* label_bb = BasicBlock::Create(getGlobalContext(), "bb",func_test4,nullptr); in makeLLVMModule()
518 BasicBlock* label_bb1 = BasicBlock::Create(getGlobalContext(), "bb1",func_test4,nullptr); in makeLLVMModule()
519 … BasicBlock* label_return = BasicBlock::Create(getGlobalContext(), "return",func_test4,nullptr); in makeLLVMModule()