Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dloop-unrolling.cc118 const Operator* phi_operator; in UnrollLoop() local
120 phi_operator = common->EffectPhi(iteration_count); in UnrollLoop()
123 phi_operator = common->Phi( in UnrollLoop()
134 graph->NewNode(phi_operator, iteration_count + 1, phi_inputs); in UnrollLoop()
Dwasm-loop-peeling.cc70 const Operator* phi_operator = in PeelWasmLoop() local
74 Node* phi = graph->NewNode(phi_operator, use, in PeelWasmLoop()