Searched refs:CLONE_ALL (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | graph_cloner.h | 41 enum class InstCloneType : uint8_t { CLONE_ALL, CLONE_INSTS }; member in ark::compiler::InstCloneType 142 CloneBlocksAndInstructions<InstCloneType::CLONE_ALL, true>(*unrollData->blocks, GetGraph()); in UnrollLoopBody() 331 if constexpr (TYPE != InstCloneType::CLONE_ALL) { // NOLINT in CloneInstructions() 340 if constexpr (TYPE == InstCloneType::CLONE_ALL) { // NOLINT in CloneInstructions()
|
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()
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
H A D | graph_cloner.h | 34 enum class InstCloneType : uint8_t { CLONE_ALL, CLONE_INSTS }; member in panda::compiler::InstCloneType 135 CloneBlocksAndInstructions<InstCloneType::CLONE_ALL, true>(*unroll_data->blocks, GetGraph()); in UnrollLoopBody() 246 if constexpr (type == InstCloneType::CLONE_ALL) { // NOLINT in CloneInstructions()
|
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()
|
Completed in 6 milliseconds