Home
last modified time | relevance | path

Searched refs:CloneInstructions (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dgraph_cloner.h228 CloneInstructions<type, skip_safepoints>(block, clone, &inst_count); in CloneBlocksAndInstructions()
240 void CloneInstructions(const BasicBlock *block, BasicBlock *clone, size_t *inst_count) in CloneInstructions() function in panda::compiler::GraphCloner
H A Dgraph_cloner.cpp622 CloneInstructions<InstCloneType::CLONE_INSTS, true>(block, clone_block, &inst_count); in CloneLoopHeader()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph_cloner.h221 CloneInstructions<TYPE, SKIP_SAFEPOINTS>(block, clone, &instCount); in CloneBlocksAndInstructions()
323 void CloneInstructions(const BasicBlock *block, BasicBlock *clone, size_t *instCount) in CloneInstructions() function in ark::compiler::GraphCloner
H A Dgraph_cloner.cpp657 CloneInstructions<InstCloneType::CLONE_INSTS, true>(block, cloneBlock, &instCount); in CloneLoopHeader()

Completed in 5 milliseconds