Searched refs:labela (Results 1 – 1 of 1) sorted by relevance
296 Label &labela = LookAheadOutput() ? arca->olabel : arca->ilabel; in LookAheadFilterArc() local298 if (labela != 0 && !(flags_ & kLookAheadNonEpsilons)) in LookAheadFilterArc()300 if (labela == 0 && !(flags_ & kLookAheadEpsilons)) in LookAheadFilterArc()549 Label &labela = LookAheadOutput() ? arca->olabel : arca->ilabel; in PushedLabelFilterArc() local554 } else if (labela == flabel) { in PushedLabelFilterArc()555 labela = 0; // Convert match to multi-eps to eps in PushedLabelFilterArc()557 } else if (labela == 0) { in PushedLabelFilterArc()573 Label &labela = LookAheadOutput() ? arca->olabel : arca->ilabel; in PushLabelFilterArc() local578 if (labela != 0 && // Wrong lookahead prefix type? in PushLabelFilterArc()585 labela = LookAheadOutput() ? larc.ilabel : larc.olabel; in PushLabelFilterArc()[all …]