Home | History | Annotate | Download | only in compiler

Lines Matching defs:state0

872   AbstractState const* state0 = node_states_.Get(effect0);
873 if (state0 == nullptr) return NoChange();
878 AbstractState const* state = ComputeLoopState(node, state0);
892 AbstractState* state = new (zone()) AbstractState(*state0);