Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dgraph_cloner.h243 clone->AppendInst(CloneInstruction(inst, inst_count, clone->GetGraph())); in CloneInstructions()
248 auto phi_clone = CloneInstruction(phi, inst_count, clone->GetGraph()); in CloneInstructions()
257 Inst *CloneInstruction(Inst *inst, size_t *inst_count, Graph *target_graph) in CloneInstruction() function in panda::compiler::GraphCloner
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph_cloner.h337 clone->AppendInst(CloneInstruction(inst, instCount, clone->GetGraph())); in CloneInstructions()
342 auto phiClone = CloneInstruction(phi, instCount, clone->GetGraph()); in CloneInstructions()
349 Inst *CloneInstruction(Inst *inst, size_t *instCount, Graph *targetGraph) in CloneInstruction() function in ark::compiler::GraphCloner

Completed in 2 milliseconds