Searched refs:label_return (Results 1 – 1 of 1) sorted by relevance
519 BasicBlock* label_return = BasicBlock::Create(getGlobalContext(), "return",func_test4,0); in makeLLVMModule() local528 BranchInst::Create(label_bb1, label_return, int1_f, label_bb1); in makeLLVMModule()531 ReturnInst::Create(getGlobalContext(), label_return); in makeLLVMModule()