Lines Matching refs:phi_label_
774 phi_label_(phi_label),
795 phi_label_(matcher.phi_label_),
814 has_phi_ = phi_label_ != kNoLabel; in SetState()
834 if (phi_arc_.ilabel == phi_label_) in Value()
836 if (phi_arc_.olabel == phi_label_) in Value()
855 if (phi_label_ == kNoLabel || match_type_ == MATCH_NONE) in Flags()
869 Label phi_label_; // Label that represents the phi transition variable
885 if (match_label == phi_label_ && phi_label_ != kNoLabel && phi_label_ != 0) { in Find()
886 FSTERROR() << "PhiMatcher::Find: bad label (phi): " << phi_label_; in Find()
893 if (phi_label_ == 0) { // When 'phi_label_ == 0', in Find()
911 if (!matcher_->Find(phi_label_ == 0 ? -1 : phi_label_)) in Find()
937 if (phi_label_ == 0) { in Properties()
951 if (phi_label_ == 0) { in Properties()