Home | History | Annotate | Download | only in compiler

Lines Matching refs:loop

237 // Loop
248 graph()->NewNode(common()->Loop(input_count), input_count, inputs));
262 graph()->NewNode(common()->Loop(input_count), input_count, inputs));
277 Node* const loop = graph()->NewNode(common()->Loop(2), c0, c1);
279 common()->Phi(MachineRepresentation::kTagged, 2), v0, v1, loop);
280 Node* const ephi = graph()->NewNode(common()->EffectPhi(2), e0, e1, loop);
281 Node* const terminate = graph()->NewNode(common()->Terminate(), ephi, loop);
286 Reduction const r = Reduce(&editor, loop);
306 Node* const loop = graph()->NewNode(common()->Loop(4), c0, c1, c2, c3);
308 common()->Phi(MachineRepresentation::kTagged, 4), v0, v1, v2, v3, loop);
310 graph()->NewNode(common()->EffectPhi(4), e0, e1, e2, e3, loop);
314 Reduction const r = Reduce(&editor, loop);