Searched refs:func_test4 (Results 1 – 1 of 1) sorted by relevance
/external/llvm/unittests/IR/ |
D | PassManagerTest.cpp | 452 Function* func_test4 = Function::Create( in makeLLVMModule() local 456 func_test4->setCallingConv(CallingConv::C); in makeLLVMModule() 458 func_test4->setAttributes(func_test4_PAL); in makeLLVMModule() 516 Function::arg_iterator args = func_test4->arg_begin(); in makeLLVMModule() 520 BasicBlock* label_entry_11 = BasicBlock::Create(getGlobalContext(), "entry",func_test4,0); in makeLLVMModule() 521 BasicBlock* label_bb = BasicBlock::Create(getGlobalContext(), "bb",func_test4,0); in makeLLVMModule() 522 BasicBlock* label_bb1 = BasicBlock::Create(getGlobalContext(), "bb1",func_test4,0); in makeLLVMModule() 523 BasicBlock* label_return = BasicBlock::Create(getGlobalContext(), "return",func_test4,0); in makeLLVMModule()
|