Lines Matching refs:irhs
156 size_t irhs = left_[ilhs]; in Compute() local
157 if (irhs == kUnused) continue; in Compute()
158 result.push_back(ElementMatcherPair(ilhs, irhs)); in Compute()
183 for (size_t irhs = 0; irhs < graph_->RhsSize(); ++irhs) { in TryAugment() local
184 if ((*seen)[irhs]) continue; in TryAugment()
185 if (!graph_->HasEdge(ilhs, irhs)) continue; in TryAugment()
187 (*seen)[irhs] = 1; in TryAugment()
198 if (right_[irhs] == kUnused || TryAugment(right_[irhs], seen)) { in TryAugment()
200 left_[ilhs] = irhs; in TryAugment()
201 right_[irhs] = ilhs; in TryAugment()
249 for (size_t irhs = 0; irhs < RhsSize(); ++irhs) { in NextGraph() local
250 char& b = matched_[SpaceIndex(ilhs, irhs)]; in NextGraph()
263 for (size_t irhs = 0; irhs < RhsSize(); ++irhs) { in Randomize() local
264 char& b = matched_[SpaceIndex(ilhs, irhs)]; in Randomize()
378 for (size_t irhs = 0; irhs < matrix.RhsSize(); irhs++) { in VerifyMatchMatrix() local
379 char matched = matrix.HasEdge(ilhs, irhs); in VerifyMatchMatrix()
381 matcher_matched[irhs] |= matched; in VerifyMatchMatrix()