Lines Matching refs:alt
3469 void LoopChoiceNode::AddLoopAlternative(GuardedAlternative alt) {
3471 AddAlternative(alt);
3472 loop_node_ = alt.node();
3476 void LoopChoiceNode::AddContinueAlternative(GuardedAlternative alt) {
3478 AddAlternative(alt);
3479 continue_node_ = alt.node();
4550 GuardedAlternative alt = that->alternatives()->at(i);
4551 os_ << " n" << that << " -> n" << alt.node();
4555 GuardedAlternative alt = that->alternatives()->at(i);
4556 alt.node()->Accept(this);
5843 GuardedAlternative& alt = alts->at(i);
5844 if (alt.guards() != NULL && alt.guards()->length() != 0) {
5849 alt.node()->FillInBMInfo(offset, budget, bm, not_at_start);