Home | History | Annotate | Download | only in compiler

Lines Matching defs:loop

2192   // We may need to loop several times for ConsString/SlicedString {subject}s.
2193 Node* loop =
2194 graph()->NewNode(common()->Loop(4), control, control, control, control);
2197 subject, subject, subject, subject, loop);
2200 index, index, index, loop);
2202 effect, effect, loop);
2204 control = loop;
2307 // Retry the {loop} with the new subject.
2308 loop->ReplaceInput(1, if_true2);
2312 loop->ReplaceInput(2, if_false2);
2427 // Retry the {loop} with the parent subject.
2428 loop->ReplaceInput(3, if_false2);