Searched refs:func_test1 (Results 1 - 2 of 2) sorted by relevance

/external/llvm/unittests/IR/
H A DLegacyPassManagerTest.cpp427 Function* func_test1 = Function::Create( local
431 func_test1->setCallingConv(CallingConv::C);
433 func_test1->setAttributes(func_test1_PAL);
468 // Function: test1 (func_test1)
472 BasicBlock::Create(Context, "entry", func_test1, nullptr);
505 CallInst* int32_9 = CallInst::Create(func_test1, "", label_entry_8);
/external/swiftshader/third_party/LLVM/unittests/VMCore/
H A DPassManagerTest.cpp424 Function* func_test1 = Function::Create( local
428 func_test1->setCallingConv(CallingConv::C);
430 func_test1->setAttributes(func_test1_PAL);
465 // Function: test1 (func_test1)
468 BasicBlock* label_entry = BasicBlock::Create(getGlobalContext(), "entry",func_test1,0);
501 CallInst* int32_9 = CallInst::Create(func_test1, "", label_entry_8);

Completed in 63 milliseconds