Searched refs:Intersect (Results 1 – 6 of 6) sorted by relevance
35 void Intersect(ArrayRef<Range> a, ArrayRef<Range> b,
15 void Intersect(ArrayRef<Range> a, ArrayRef<Range> b, in Intersect() function
67 Range Intersect(const Range &rhs) const { in Intersect() function 118 return Intersect(rhs).IsValid(); in DoesIntersect() 158 Entry entry = pos1->Intersect(*pos2); in GetOverlaps()
748 if (std::optional<ConstantRange> Intersect = in mergeChecks() local752 if (Intersect->getEquivalentICmp(Pred, NewRHSAP)) { in mergeChecks()
1277 BitVector Intersect = A.VariableIDsInBlock; in join() local1278 Intersect &= B.VariableIDsInBlock; in join()1280 for (auto VarID : Intersect.set_bits()) { in join()
555 Intersect(mapped_regions, regions, intersection); in ScanRootRegions()