Lines Matching defs:loop
10 #include "src/compiler/loop-analysis.h"
19 // Represents the output of peeling a loop, which is basically the mapping
20 // from the body of the loop to the corresponding nodes in the peeled
25 // the node was part of the body of the loop. Returns {node} otherwise.
34 // Implements loop peeling.
46 bool CanPeel(LoopTree::Loop* loop) {
47 return LoopFinder::HasMarkedExits(loop_tree_, loop);
49 PeeledIteration* Peel(LoopTree::Loop* loop);
53 static void EliminateLoopExit(Node* loop);
64 void PeelInnerLoops(LoopTree::Loop* loop);