Home | History | Annotate | Download | only in test

Lines Matching refs:ilhs

6038     for (size_t ilhs = 0; ilhs < graph_->LhsSize(); ++ilhs) {
6039 if (lhs_used_[ilhs] != kUnused) {
6042 if (!graph_->HasEdge(ilhs, irhs)) {
6045 PushMatch(ilhs, irhs);
6098 size_t ilhs = matches[i].first;
6100 EXPECT_TRUE(graph.HasEdge(ilhs, irhs));
6101 EXPECT_FALSE(seen_element[ilhs]);
6103 seen_element[ilhs] = true;