Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Intersection

1652       std::set<unsigned> Intersection;
1657 std::inserter(Intersection, Intersection.begin()));
1658 if (Intersection.empty())
1859 // Compute the set intersection of RC1 and RC2.
1862 CodeGenRegister::Vec Intersection;
1865 std::inserter(Intersection, Intersection.begin()), deref<llvm::less>());
1868 if (Intersection.empty())
1878 getOrCreateSubClass(RC1, &Intersection,