Lines Matching refs:irhs
10188 size_t irhs = left_[ilhs]; in Compute() local
10189 if (irhs == kUnused) continue; in Compute()
10190 result.push_back(ElementMatcherPair(ilhs, irhs)); in Compute()
10215 for (size_t irhs = 0; irhs < graph_->RhsSize(); ++irhs) { in TryAugment() local
10216 if ((*seen)[irhs]) in TryAugment()
10218 if (!graph_->HasEdge(ilhs, irhs)) in TryAugment()
10221 (*seen)[irhs] = 1; in TryAugment()
10232 if (right_[irhs] == kUnused || TryAugment(right_[irhs], seen)) { in TryAugment()
10234 left_[ilhs] = irhs; in TryAugment()
10235 right_[irhs] = ilhs; in TryAugment()
10316 for (size_t irhs = 0; irhs < RhsSize(); ++irhs) { in NextGraph() local
10317 char& b = matched_[SpaceIndex(ilhs, irhs)]; in NextGraph()
10330 for (size_t irhs = 0; irhs < RhsSize(); ++irhs) { in Randomize() local
10331 char& b = matched_[SpaceIndex(ilhs, irhs)]; in Randomize()
10408 for (size_t irhs = 0; irhs < matrix.RhsSize(); irhs++) { in VerifyAllElementsAndMatchersAreMatched() local
10409 char matched = matrix.HasEdge(ilhs, irhs); in VerifyAllElementsAndMatchersAreMatched()
10411 matcher_matched[irhs] |= matched; in VerifyAllElementsAndMatchersAreMatched()