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

/external/llvm/unittests/IR/
H A DLegacyPassManagerTest.cpp459 Function* func_test4 = Function::Create( local
463 func_test4->setCallingConv(CallingConv::C);
465 func_test4->setAttributes(func_test4_PAL);
521 // Function: test4 (func_test4)
523 Function::arg_iterator args = func_test4->arg_begin();
527 BasicBlock* label_entry_11 = BasicBlock::Create(getGlobalContext(), "entry",func_test4,nullptr);
528 BasicBlock* label_bb = BasicBlock::Create(getGlobalContext(), "bb",func_test4,nullptr);
529 BasicBlock* label_bb1 = BasicBlock::Create(getGlobalContext(), "bb1",func_test4,nullptr);
530 BasicBlock* label_return = BasicBlock::Create(getGlobalContext(), "return",func_test4,nullptr);

Completed in 164 milliseconds