Searched refs:CloneBlocksAndInstructions (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
H A D | graph_cloner.h | 135 CloneBlocksAndInstructions<InstCloneType::CLONE_ALL, true>(*unroll_data->blocks, GetGraph()); in UnrollLoopBody() 218 void CloneBlocksAndInstructions(const ArenaVector<BasicBlock *> &blocks, Graph *target_graph) in CloneBlocksAndInstructions() function in panda::compiler::GraphCloner
|
H A D | graph_cloner.cpp | 42 CloneBlocksAndInstructions<InstCloneType::CLONE_ALL, false>(GetGraph()->GetVectorBlocks(), new_graph); in CloneGraph() 731 CloneBlocksAndInstructions<InstCloneType::CLONE_ALL, true>(*unroll_data->blocks, GetGraph()); in CloneLoop()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | graph_cloner.h | 142 CloneBlocksAndInstructions<InstCloneType::CLONE_ALL, true>(*unrollData->blocks, GetGraph()); in UnrollLoopBody() 211 void CloneBlocksAndInstructions(const ArenaVector<BasicBlock *> &blocks, Graph *targetGraph) in CloneBlocksAndInstructions() function in ark::compiler::GraphCloner
|
H A D | loop_unswitcher.cpp | 60 CloneBlocksAndInstructions<InstCloneType::CLONE_ALL, false>(*unswitchData->blocks, GetGraph()); in UnswitchLoop()
|
H A D | graph_cloner.cpp | 41 CloneBlocksAndInstructions<InstCloneType::CLONE_ALL, false>(GetGraph()->GetVectorBlocks(), newGraph); in CloneGraph() 767 CloneBlocksAndInstructions<InstCloneType::CLONE_ALL, true>(*unrollData->blocks, GetGraph()); in CloneLoop()
|
Completed in 9 milliseconds