Lines Matching full:effect
149 // Verify all effect inputs actually have an effect.
151 Node* effect = NodeProperties::GetEffectInput(node);
152 CheckOutput(effect, node, effect->op()->EffectOutputCount(), "effect");
153 CHECK(IsDefUseChainLinkPresent(effect, node));
154 CHECK(IsUseDefChainLinkPresent(effect, node));
289 // Terminates take one loop and effect.
304 // Osr entries take one control and effect.
1212 // If this node has no effect or no control outputs,
1213 // we check that no its uses are effect or control inputs.
1238 // Effect inputs should be effect-producing nodes (or sentinels).