Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Intersection

1657       std::set<unsigned> Intersection;
1662 std::inserter(Intersection, Intersection.begin()));
1663 if (Intersection.empty())
1864 // Compute the set intersection of RC1 and RC2.
1867 CodeGenRegister::Vec Intersection;
1870 std::inserter(Intersection, Intersection.begin()), deref<llvm::less>());
1873 if (Intersection.empty())
1883 getOrCreateSubClass(RC1, &Intersection,