Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dgraph_cloner.h195 return inst->IsMarked(clone_marker_) && (inst->GetCloneNumber() < clone_instructions_.size()); in HasClone()
210 return clone_instructions_[inst->GetCloneNumber()]; in GetClone()
222 clone_instructions_.clear(); in CloneBlocksAndInstructions()
261 clone_instructions_.push_back(inst_clone); in CloneInstruction()
334 InstVector clone_instructions_; member in panda::compiler::GraphCloner
H A Dgraph_cloner.cpp28 clone_instructions_(allocator->Adapter()) in GraphCloner()
593 clone_instructions_.clear(); in CloneLoopHeader()

Completed in 2 milliseconds