Lines Matching defs:loop
59 #include "src/compiler/loop-analysis.h"
60 #include "src/compiler/loop-peeling.h"
61 #include "src/compiler/loop-unrolling.h"
62 #include "src/compiler/loop-variable-optimizer.h"
103 #include "src/compiler/wasm-loop-peeling.h"
1669 ZoneUnorderedSet<Node*>* loop =
1672 // Only discover the loop until its size is the maximum unrolled
1675 if (loop == nullptr) continue;
1676 UnrollLoop(loop_info.header, loop, loop_info.nesting_depth,
1693 ZoneUnorderedSet<Node*>* loop =
1697 if (loop == nullptr) continue;
1698 PeelWasmLoop(loop_info.header, loop, data->graph(), data->common(),
1702 // If we are going to unroll later, keep loop exits.