Home | History | Annotate | Download | only in full-codegen

Lines Matching refs:loop

1179   Label loop, body;
1184 __ bind(&loop);
1199 EmitBackEdgeBookkeeping(stmt, &loop);
1200 __ jmp(&loop);
1222 // Emit the test at the bottom of the loop (even if empty).
1266 // Loop entry.
1282 // Generate code for the body of the loop.
1290 // Exit and decrement the loop depth.
1819 // Increment loop nesting level by one and iterate over the back edge table