HomeSort by relevance Sort by last modified time
    Searched refs:EffectPhi (Results 1 - 7 of 7) sorted by null

  /external/v8/src/compiler/
common-operator.h 94 const Operator* EffectPhi(int arguments);
graph-builder.cc 176 const Operator* phi_op = common()->EffectPhi(count);
211 value->set_op(common()->EffectPhi(inputs));
common-operator.cc 183 const Operator* CommonOperatorBuilder::EffectPhi(int arguments) {
186 0, "EffectPhi", arguments);
opcodes.h 36 V(EffectPhi) \
js-inlining.cc 128 const Operator* op_ephi = jsgraph->common()->EffectPhi(predecessors);
js-typed-lowering.cc 613 Node* phi = graph()->NewNode(common()->EffectPhi(2), store,
  /external/v8/test/cctest/compiler/
test-js-typed-lowering.cc 122 // TODO(titzer): use EffectPhi after fixing EffectCount
829 effect_use = R.graph.NewNode(R.common.EffectPhi(1), ton, R.start());
873 effect_use(R.graph.NewNode(R.common.EffectPhi(1), binop, R.start())) {
    [all...]

Completed in 493 milliseconds