Lines Matching refs:irhs
158 size_t irhs = left_[ilhs]; in Compute() local
159 if (irhs == kUnused) continue; in Compute()
160 result.push_back(ElementMatcherPair(ilhs, irhs)); in Compute()
185 for (size_t irhs = 0; irhs < graph_->RhsSize(); ++irhs) { in TryAugment() local
186 if ((*seen)[irhs]) continue; in TryAugment()
187 if (!graph_->HasEdge(ilhs, irhs)) continue; in TryAugment()
189 (*seen)[irhs] = 1; in TryAugment()
200 if (right_[irhs] == kUnused || TryAugment(right_[irhs], seen)) { in TryAugment()
202 left_[ilhs] = irhs; in TryAugment()
203 right_[irhs] = ilhs; in TryAugment()
248 for (size_t irhs = 0; irhs < RhsSize(); ++irhs) { in NextGraph() local
249 char& b = matched_[SpaceIndex(ilhs, irhs)]; in NextGraph()
262 for (size_t irhs = 0; irhs < RhsSize(); ++irhs) { in Randomize() local
263 char& b = matched_[SpaceIndex(ilhs, irhs)]; in Randomize()
394 for (size_t irhs = 0; irhs < matrix.RhsSize(); irhs++) { in VerifyMatchMatrix() local
395 char matched = matrix.HasEdge(ilhs, irhs); in VerifyMatchMatrix()
397 matcher_matched[irhs] |= matched; in VerifyMatchMatrix()