Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DLegacyPassManagerTest.cpp456 Function* func_test2 = Function::Create( in makeLLVMModule() local
460 func_test2->setCallingConv(CallingConv::C); in makeLLVMModule()
462 func_test2->setAttributes(func_test2_PAL); in makeLLVMModule()
496 CallInst* int32_3 = CallInst::Create(func_test2, "", label_entry); in makeLLVMModule()
509 BasicBlock::Create(Context, "entry", func_test2, nullptr); in makeLLVMModule()