Searched refs:func_test4 (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | LegacyPassManagerTest.cpp | 472 Function* func_test4 = Function::Create( in makeLLVMModule() local 476 func_test4->setCallingConv(CallingConv::C); in makeLLVMModule() 478 func_test4->setAttributes(func_test4_PAL); in makeLLVMModule() 539 Function::arg_iterator args = func_test4->arg_begin(); in makeLLVMModule() 544 BasicBlock::Create(Context, "entry", func_test4, nullptr); in makeLLVMModule() 546 BasicBlock::Create(Context, "bb", func_test4, nullptr); in makeLLVMModule() 548 BasicBlock::Create(Context, "bb1", func_test4, nullptr); in makeLLVMModule() 550 BasicBlock::Create(Context, "return", func_test4, nullptr); in makeLLVMModule()
|