Lines Matching refs:ilabel
435 arc.ilabel = arcb.ilabel; in AddArc()
441 arc.ilabel = arca.ilabel; in AddArc()
486 Label match_labela = find_input ? arca.ilabel : arca.olabel; in OrderedExpand()
497 Label labelb = find_input ? arcb.olabel : arcb.ilabel; in OrderedExpand()
511 Label match_labelb = find_input ? arcb.olabel : arcb.ilabel; in OrderedExpand()
516 Label match_labela = find_input ? arca.ilabel : arca.olabel; in OrderedExpand()
527 Label labela = find_input ? arca.ilabel : arca.olabel; in OrderedExpand()
552 labela = find_input ? arca.ilabel : arca.olabel; in OrderedExpand()
569 arca.ilabel = match_labelb; in OrderedExpand()
574 if (arca.ilabel == kRhoLabel) in OrderedExpand()
575 arca.ilabel = match_labelb; in OrderedExpand()
601 aiter->Value().ilabel : aiter->Value().olabel; in FindLabel()
610 label = find_input ? aiter->Value().ilabel : aiter->Value().olabel; in FindLabel()