Searched defs:func_test1 (Results 1 - 1 of 1) sorted by relevance

/external/llvm/unittests/IR/
H A DLegacyPassManagerTest.cpp435 Function* func_test1 = Function::Create( local
439 func_test1->setCallingConv(CallingConv::C);
441 func_test1->setAttributes(func_test1_PAL);
476 // Function: test1 (func_test1)
479 BasicBlock* label_entry = BasicBlock::Create(getGlobalContext(), "entry",func_test1,nullptr);
512 CallInst* int32_9 = CallInst::Create(func_test1, "", label_entry_8);

Completed in 78 milliseconds