Home | History | Annotate | Download | only in compiler

Lines Matching defs:loop

297       // Terminates take one loop and effect.
439 Node* loop = NodeProperties::GetControlInput(node, 1);
440 CHECK_EQ(IrOpcode::kLoop, loop->opcode());