Lines Matching defs:loop
3607 auto loop = __ MakeLoopLabel(MachineType::PointerRepresentation());
3608 __ Goto(&loop, __ IntPtrConstant(0));
3609 __ Bind(&loop);
3612 Node* index = loop.PhiAt(0);
3623 __ Goto(&loop, index);
3651 auto loop = __ MakeLoopLabel(MachineType::PointerRepresentation());
3652 __ Goto(&loop, __ IntPtrConstant(0));
3653 __ Bind(&loop);
3656 Node* index = loop.PhiAt(0);
3668 __ Goto(&loop, index);
3834 // We need a loop here to properly deal with indirect strings
3836 auto loop = __ MakeLoopLabel(MachineRepresentation::kTagged,
3841 __ Goto(&loop, receiver, position);
3842 __ Bind(&loop);
3844 receiver = loop.PhiAt(0);
3845 position = loop.PhiAt(1);
3973 __ Goto(&loop, loop_next.PhiAt(0), loop_next.PhiAt(1));
5897 // loop peeling can break this assumption.
6562 auto loop = __ MakeLoopLabel(MachineType::PointerRepresentation());
6564 __ Goto(&loop, first_entry);
6565 __ Bind(&loop);
6567 Node* entry = loop.PhiAt(0);
6610 __ Goto(&loop, next_entry);