Searched refs:inst_clone (Results 1 – 2 of 2) sorted by relevance
259 auto inst_clone = inst->Clone(target_graph); in CloneInstruction() local260 clone_instructions_.push_back(inst_clone); in CloneInstruction()262 inst_clone->SetMarker(clone_marker_); in CloneInstruction()264 inst_clone->SetId(inst->GetId()); in CloneInstruction()266 return inst_clone; in CloneInstruction()
164 auto inst_clone = GetClone(inst); in BuildDataFlow() local165 inst_clone->SetId(inst->GetId()); in BuildDataFlow()172 inst_clone->AppendInput(GetClone(phi->GetPhiInput(pred_block))); in BuildDataFlow()