Home
last modified time | relevance | path

Searched refs:WireInLoopStart (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Djs-call-reducer.h220 Node* WireInLoopStart(Node* k, Node** control, Node** effect);
Djs-call-reducer.cc985 Node* JSCallReducer::WireInLoopStart(Node* k, Node** control, Node** effect) { in WireInLoopStart() function in v8::internal::compiler::JSCallReducer
1088 Node* vloop = k = WireInLoopStart(k, &control, &effect); in ReduceArrayForEach()
1305 Node* vloop = k = WireInLoopStart(k, &control, &effect); in ReduceArrayReduce()
1563 Node* vloop = k = WireInLoopStart(k, &control, &effect); in ReduceArrayMap()
1795 Node* vloop = k = WireInLoopStart(k, &control, &effect); in ReduceArrayFilter()
2040 Node* vloop = k = WireInLoopStart(k, &control, &effect); in ReduceArrayFind()
2372 Node* vloop = k = WireInLoopStart(k, &control, &effect); in ReduceArrayEvery()