Searched refs:callee_var_itr (Results 1 – 3 of 3) sorted by relevance
159 auto callee_var_itr = callee_block_itr->begin(); in CloneAndMapLocals() local160 while (callee_var_itr->opcode() == SpvOp::SpvOpVariable || in CloneAndMapLocals()161 callee_var_itr->GetCommonDebugOpcode() == in CloneAndMapLocals()163 if (callee_var_itr->opcode() != SpvOp::SpvOpVariable) { in CloneAndMapLocals()164 ++callee_var_itr; in CloneAndMapLocals()168 std::unique_ptr<Instruction> var_inst(callee_var_itr->Clone(context())); in CloneAndMapLocals()173 get_decoration_mgr()->CloneDecorations(callee_var_itr->result_id(), newId); in CloneAndMapLocals()177 callee_var_itr->GetDebugInlinedAt(), inlined_at_ctx)); in CloneAndMapLocals()178 (*callee2caller)[callee_var_itr->result_id()] = newId; in CloneAndMapLocals()180 ++callee_var_itr; in CloneAndMapLocals()