Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcommon-operator-reducer.cc365 Node::Inputs effect_inputs = effect->inputs(); in ReduceReturn() local
366 DCHECK_EQ(control_inputs.count(), effect_inputs.count() - 1); in ReduceReturn()
373 effect_inputs[i], control_inputs[i]); in ReduceReturn()
Descape-analysis.cc370 int effect_inputs = node->op()->EffectInputCount(); in Scope()
371 if (effect_inputs == 1) { in Scope()
375 DCHECK_EQ(0, effect_inputs); in Scope()