Searched refs:func_test1 (Results 1 – 2 of 2) sorted by relevance
428 Function* func_test1 = Function::Create( in makeLLVMModule() local432 func_test1->setCallingConv(CallingConv::C); in makeLLVMModule()434 func_test1->setAttributes(func_test1_PAL); in makeLLVMModule()472 BasicBlock* label_entry = BasicBlock::Create(getGlobalContext(), "entry",func_test1,0); in makeLLVMModule()505 CallInst* int32_9 = CallInst::Create(func_test1, "", label_entry_8); in makeLLVMModule()
284 define i32 @func_test1(i32 %p1) nounwind uwtable {286 ; CHECK-LABEL: func_test1: