Home
last modified time | relevance | path

Searched refs:CLONE_ALL (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph_cloner.h41 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 Dloop_unswitcher.cpp60 CloneBlocksAndInstructions<InstCloneType::CLONE_ALL, false>(*unswitchData->blocks, GetGraph()); in UnswitchLoop()
H A Dgraph_cloner.cpp41 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 Dgraph_cloner.h34 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 Dgraph_cloner.cpp42 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