Home
last modified time | relevance | path

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

/external/llvm/unittests/VMCore/
DPassManagerTest.cpp519 BasicBlock* label_return = BasicBlock::Create(getGlobalContext(), "return",func_test4,0); in makeLLVMModule() local
528 BranchInst::Create(label_bb1, label_return, int1_f, label_bb1); in makeLLVMModule()
531 ReturnInst::Create(getGlobalContext(), label_return); in makeLLVMModule()