Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DLegacyPassManagerTest.cpp498 … BasicBlock* label_entry_8 = BasicBlock::Create(getGlobalContext(), "entry",func_test3,nullptr); in makeLLVMModule() local
501 CallInst* int32_9 = CallInst::Create(func_test1, "", label_entry_8); in makeLLVMModule()
506 ReturnInst::Create(getGlobalContext(), int32_9, label_entry_8); in makeLLVMModule()