Lines Matching refs:vloop
996 void JSCallReducer::WireInLoopEnd(Node* loop, Node* eloop, Node* vloop, Node* k, in WireInLoopEnd() argument
999 vloop->ReplaceInput(1, k); in WireInLoopEnd()
1088 Node* vloop = k = WireInLoopStart(k, &control, &effect); in ReduceArrayForEach() local
1176 WireInLoopEnd(loop, eloop, vloop, next_k, control, effect); in ReduceArrayForEach()
1305 Node* vloop = k = WireInLoopStart(k, &control, &effect); in ReduceArrayReduce() local
1328 WireInLoopEnd(loop, eloop, vloop, next_k, is_hole, effect); in ReduceArrayReduce()
1563 Node* vloop = k = WireInLoopStart(k, &control, &effect); in ReduceArrayMap() local
1666 WireInLoopEnd(loop, eloop, vloop, next_k, control, effect); in ReduceArrayMap()
1795 Node* vloop = k = WireInLoopStart(k, &control, &effect); in ReduceArrayFilter() local
1929 WireInLoopEnd(loop, eloop, vloop, next_k, control, effect); in ReduceArrayFilter()
2040 Node* vloop = k = WireInLoopStart(k, &control, &effect); in ReduceArrayFind() local
2132 WireInLoopEnd(loop, eloop, vloop, next_k, control, effect); in ReduceArrayFind()
2372 Node* vloop = k = WireInLoopStart(k, &control, &effect); in ReduceArrayEvery() local
2491 WireInLoopEnd(loop, eloop, vloop, next_k, control, effect); in ReduceArrayEvery()
2728 Node* vloop = k = graph()->NewNode( in ReduceArraySome() local
2848 vloop->ReplaceInput(1, next_k); in ReduceArraySome()