Searched refs:func_test4 (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/unittests/VMCore/ |
D | PassManagerTest.cpp | 448 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/ |
D | LegacyPassManagerTest.cpp | 451 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()
|