Lines Matching refs:Transitions
78 // A State instance also contains a collection of transitions from that state:
89 TransitionMap Transitions;
104 // transitions.
174 assert(!Transitions.count(InsnClass) &&
175 "Cannot have multiple transitions for the same input");
176 Transitions[InsnClass] = To;
184 return Transitions.count(InsnClass) > 0;
276 // transitions.
284 // This table provides a map to the beginning of the transitions for State s
291 // Tracks the total valid transitions encountered so far. It is used
298 II = (*SI)->Transitions.begin(), IE = (*SI)->Transitions.end();
304 ValidTransitions += (*SI)->Transitions.size();
306 // If there are no valid transitions from this stage, we need a sentinel