Searched refs:vloop (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/compiler/ |
D | js-call-reducer.h | 221 void WireInLoopEnd(Node* loop, Node* eloop, Node* vloop, Node* k,
|
D | js-call-reducer.cc | 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() [all …]
|
D | js-typed-lowering.cc | 1212 Node* vloop = value = graph()->NewNode( in ReduceJSHasInPrototypeChain() local 1214 NodeProperties::SetType(vloop, Type::NonInternal()); in ReduceJSHasInPrototypeChain() 1297 vloop->ReplaceInput(1, value_prototype); in ReduceJSHasInPrototypeChain()
|