Searched refs:WireInLoopStart (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/ |
D | js-call-reducer.h | 220 Node* WireInLoopStart(Node* k, Node** control, Node** effect);
|
D | js-call-reducer.cc | 985 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()
|