Lines Matching refs:irhs
233 size_t irhs = left_[ilhs]; in Compute() local
234 if (irhs == kUnused) continue; in Compute()
235 result.push_back(ElementMatcherPair(ilhs, irhs)); in Compute()
260 for (size_t irhs = 0; irhs < graph_->RhsSize(); ++irhs) { in TryAugment() local
261 if ((*seen)[irhs]) in TryAugment()
263 if (!graph_->HasEdge(ilhs, irhs)) in TryAugment()
266 (*seen)[irhs] = 1; in TryAugment()
277 if (right_[irhs] == kUnused || TryAugment(right_[irhs], seen)) { in TryAugment()
279 left_[ilhs] = irhs; in TryAugment()
280 right_[irhs] = ilhs; in TryAugment()
361 for (size_t irhs = 0; irhs < RhsSize(); ++irhs) { in NextGraph() local
362 char& b = matched_[SpaceIndex(ilhs, irhs)]; in NextGraph()
375 for (size_t irhs = 0; irhs < RhsSize(); ++irhs) { in Randomize() local
376 char& b = matched_[SpaceIndex(ilhs, irhs)]; in Randomize()
453 for (size_t irhs = 0; irhs < matrix.RhsSize(); irhs++) { in VerifyAllElementsAndMatchersAreMatched() local
454 char matched = matrix.HasEdge(ilhs, irhs); in VerifyAllElementsAndMatchersAreMatched()
456 matcher_matched[irhs] |= matched; in VerifyAllElementsAndMatchersAreMatched()