Home | History | Annotate | Download | only in compiler

Lines Matching refs:loop

9 #include "src/compiler/ast-loop-assignment-analyzer.h"
468 JSGraph* jsgraph, LoopAssignmentAnalysis* loop,
484 loop_assignment_analysis_(loop),
1384 // Check for null or undefined before entering loop.
1412 // Build the actual loop body.
1424 // Check loop termination condition.
1441 // Bind value and do loop body.
3014 LoopBuilder* loop) {
3015 ControlScopeForIteration scope(this, stmt, loop);
4259 // Assume that everything is updated in the loop.
4264 // Only build phis for those locals assigned in this loop.
4274 // Connect the loop to end via Terminate if it's not marked as unreachable.
4276 // Connect the Loop node to end via a Terminate node.
4291 // Merge OSR values as inputs to the phis of the loop.
4347 // Control node for loop exists, add input.
4348 const Operator* op = common()->Loop(inputs);