Home
last modified time | relevance | path

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

/external/llvm/unittests/VMCore/
DPassManagerTest.cpp424 Function* func_test1 = Function::Create( in makeLLVMModule() local
428 func_test1->setCallingConv(CallingConv::C); in makeLLVMModule()
430 func_test1->setAttributes(func_test1_PAL); in makeLLVMModule()
468 BasicBlock* label_entry = BasicBlock::Create(getGlobalContext(), "entry",func_test1,0); in makeLLVMModule()
501 CallInst* int32_9 = CallInst::Create(func_test1, "", label_entry_8); in makeLLVMModule()