Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dgraph_cloner.h260 auto inst_clone = inst->Clone(target_graph); in CloneInstruction() local
261 clone_instructions_.push_back(inst_clone); in CloneInstruction()
263 inst_clone->SetMarker(clone_marker_); in CloneInstruction()
265 inst_clone->SetId(inst->GetId()); in CloneInstruction()
267 return inst_clone; in CloneInstruction()
H A 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()

Completed in 3 milliseconds