Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/unittests/VMCore/
DPassManagerTest.cpp448 Function* func_test4 = Function::Create( in makeLLVMModule() local
452 func_test4->setCallingConv(CallingConv::C); in makeLLVMModule()
454 func_test4->setAttributes(func_test4_PAL); in makeLLVMModule()
512 Function::arg_iterator args = func_test4->arg_begin(); in makeLLVMModule()
516 BasicBlock* label_entry_11 = BasicBlock::Create(getGlobalContext(), "entry",func_test4,0); in makeLLVMModule()
517 BasicBlock* label_bb = BasicBlock::Create(getGlobalContext(), "bb",func_test4,0); in makeLLVMModule()
518 BasicBlock* label_bb1 = BasicBlock::Create(getGlobalContext(), "bb1",func_test4,0); in makeLLVMModule()
519 BasicBlock* label_return = BasicBlock::Create(getGlobalContext(), "return",func_test4,0); in makeLLVMModule()
/external/llvm/unittests/IR/
DLegacyPassManagerTest.cpp451 Function* func_test4 = Function::Create( in makeLLVMModule() local
455 func_test4->setCallingConv(CallingConv::C); in makeLLVMModule()
457 func_test4->setAttributes(func_test4_PAL); in makeLLVMModule()
515 Function::arg_iterator args = func_test4->arg_begin(); in makeLLVMModule()
520 BasicBlock::Create(Context, "entry", func_test4, nullptr); in makeLLVMModule()
522 BasicBlock::Create(Context, "bb", func_test4, nullptr); in makeLLVMModule()
524 BasicBlock::Create(Context, "bb1", func_test4, nullptr); in makeLLVMModule()
526 BasicBlock::Create(Context, "return", func_test4, nullptr); in makeLLVMModule()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DLegacyPassManagerTest.cpp509 Function* func_test4 = Function::Create( in makeLLVMModule() local
513 func_test4->setCallingConv(CallingConv::C); in makeLLVMModule()
515 func_test4->setAttributes(func_test4_PAL); in makeLLVMModule()
576 Function::arg_iterator args = func_test4->arg_begin(); in makeLLVMModule()
581 BasicBlock::Create(Context, "entry", func_test4, nullptr); in makeLLVMModule()
583 BasicBlock::Create(Context, "bb", func_test4, nullptr); in makeLLVMModule()
585 BasicBlock::Create(Context, "bb1", func_test4, nullptr); in makeLLVMModule()
587 BasicBlock::Create(Context, "return", func_test4, nullptr); in makeLLVMModule()