Lines Matching defs:input
95 // Swap IfTrue/IfFalse on {branch} if {cond} is a BooleanNot and use the input
153 // and use the input to BooleanNot as new condition for {node}. Note we
225 Node* const input = inputs[i];
226 if (input == node) {
231 if (input != effect) return NoChange();
292 Node* const input = inputs[i];
293 if (input == node) {
298 if (input != value) return NoChange();
344 // Now the effect input to the {Return} node can be either an {EffectPhi}
346 // {Phi} or the {Merge}, in which case we know that the effect input must