Searched refs:CloneInstructions (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
H A D | graph_cloner.h | 228 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 D | graph_cloner.cpp | 622 CloneInstructions<InstCloneType::CLONE_INSTS, true>(block, clone_block, &inst_count); in CloneLoopHeader()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | graph_cloner.h | 221 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 D | graph_cloner.cpp | 657 CloneInstructions<InstCloneType::CLONE_INSTS, true>(block, cloneBlock, &instCount); in CloneLoopHeader()
|
Completed in 5 milliseconds