Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_cloner.h259 auto inst_clone = inst->Clone(target_graph); in CloneInstruction() local
260 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()
Dgraph_cloner.cpp164 auto inst_clone = GetClone(inst); in BuildDataFlow() local
165 inst_clone->SetId(inst->GetId()); in BuildDataFlow()
172 inst_clone->AppendInput(GetClone(phi->GetPhiInput(pred_block))); in BuildDataFlow()