Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Transitions

78 // A State instance also contains a collection of transitions from that state:
91 mutable TransitionMap Transitions;
105 // transitions.
164 assert(!Transitions.count(InsnClass) &&
165 "Cannot have multiple transitions for the same input");
166 Transitions[InsnClass] = To;
174 return Transitions.count(InsnClass) > 0;
261 // transitions.
269 // This table provides a map to the beginning of the transitions for State s
276 // Tracks the total valid transitions encountered so far. It is used
283 II = SI->Transitions.begin(), IE = SI->Transitions.end();
289 ValidTransitions += SI->Transitions.size();
291 // If there are no valid transitions from this stage, we need a sentinel