Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Transitions

173 // A State instance also contains a collection of transitions from that state:
186 mutable TransitionMap Transitions;
211 // transitions.
323 assert(!Transitions.count(InsnClass) &&
324 "Cannot have multiple transitions for the same input");
325 Transitions[InsnClass] = To;
333 return Transitions.count(InsnClass) > 0;
341 // transitions.
528 // transitions.
553 OS << "// transitions.\n";
562 // This table provides a map to the beginning of the transitions for State s
567 // Tracks the total valid transitions encountered so far. It is used
575 II = SI->Transitions.begin(), IE = SI->Transitions.end();
581 ValidTransitions += SI->Transitions.size();
583 // If there are no valid transitions from this stage, we need a sentinel