Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DLegacyPassManagerTest.cpp464 Function* func_test3 = Function::Create( in makeLLVMModule() local
468 func_test3->setCallingConv(CallingConv::C); in makeLLVMModule()
470 func_test3->setAttributes(func_test3_PAL); in makeLLVMModule()
512 CallInst* int32_6 = CallInst::Create(func_test3, "", label_entry_5); in makeLLVMModule()
525 BasicBlock::Create(Context, "entry", func_test3, nullptr); in makeLLVMModule()
553 auto *AI = new AllocaInst(func_test3->getType(), 0, "func3ptr", in makeLLVMModule()
555 new StoreInst(func_test3, AI, label_entry_11); in makeLLVMModule()