Searched refs:return_label (Results 1 – 3 of 3) sorted by relevance
146 std::unique_ptr<Instruction> return_label( in CreateReturnBlock() local151 new BasicBlock(std::move(return_label))); in CreateReturnBlock()
2422 Label return_label; in Generate_CEntry() local2423 __ larl(r14, &return_label); // Generate the return addr of call later. in Generate_CEntry()2430 __ bind(&return_label); in Generate_CEntry()