Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Intersection

1548       std::set<unsigned> Intersection;
1553 std::inserter(Intersection, Intersection.begin()));
1554 if (Intersection.empty())
1659 // Compute the set intersection of RC1 and RC2.
1662 CodeGenRegister::Set Intersection;
1665 std::inserter(Intersection, Intersection.begin()),
1669 if (Intersection.empty())
1679 getOrCreateSubClass(RC1, &Intersection,