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

/external/llvm/unittests/IR/
H A DLegacyPassManagerTest.cpp486 BasicBlock *label_entry_5 = local
489 // Block entry (label_entry_5)
490 CallInst* int32_6 = CallInst::Create(func_test3, "", label_entry_5);
495 ReturnInst::Create(Context, int32_6, label_entry_5);
/external/swiftshader/third_party/LLVM/unittests/VMCore/
H A DPassManagerTest.cpp483 BasicBlock* label_entry_5 = BasicBlock::Create(getGlobalContext(), "entry",func_test2,0); local
485 // Block entry (label_entry_5)
486 CallInst* int32_6 = CallInst::Create(func_test3, "", label_entry_5);
491 ReturnInst::Create(getGlobalContext(), int32_6, label_entry_5); local

Completed in 58 milliseconds