Searched defs:LoopPeeling (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ | ||
| H A D | loop_peeling.h | 24 class LoopPeeling : public LoopTransform<LoopExitPoint::LOOP_EXIT_HEADER> { class 26 explicit LoopPeeling(Graph *graph) : LoopTransform(graph) {} in LoopPeeling() function in ark::compiler::LoopPeeling |
| /arkcompiler/ets_runtime/ecmascript/compiler/ | ||
| H A D | loop_peeling.h | 28 class LoopPeeling { class 30 LoopPeeling(BytecodeCircuitBuilder* bcBuilder, Circuit *circuit, bool enableLog, in LoopPeeling() function in panda::ecmascript::kungfu::LoopPeeling |
Completed in 1 milliseconds