Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dgraph_cloner.h32 enum class UnrollType : uint8_t { UNROLL_WITH_SIDE_EXITS, UNROLL_WITHOUT_SIDE_EXITS, UNROLL_POST_INCREMENT }; member in panda::compiler::UnrollType
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph_cloner.h34 UNROLL_WITH_SIDE_EXITS = 0,
/arkcompiler/runtime_core/compiler/tests/
H A Dgraph_cloner_new_test.cpp298 auto loop_clone = CloneFirstLoopAndUnroll<UnrollType::UNROLL_WITH_SIDE_EXITS>(graph, 3);
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dloop_unroll.cpp129 graphCloner.UnrollLoopBody<UnrollType::UNROLL_WITH_SIDE_EXITS>(loop, unrollFactor); in TransformLoopImpl()

Completed in 3 milliseconds