Lines Matching defs:Intersection
412 // Updates X with the intersection
462 // the result of an intersection.
566 llvm_unreachable("shouldn't reach the end of Constraint intersection");
1196 // Given c1 + a*i = c2 - a*i', we can look for the intersection of
3508 // We begin by comparing 0 and 1. The intersection of the GroupLoops is empty.
3509 // Next, 0 and 2. Again, the intersection of their GroupLoops is empty.
3510 // Next 0 and 3. The intersection of their GroupLoop = {1}, not empty,
3514 // Next, we consider 1 and 2. The intersection of the GroupLoops is empty.
3518 // Next, we compare 2 against 3. The intersection of the GroupLoops is empty.
3545 SmallBitVector Intersection = Pair[SI].GroupLoops;
3546 Intersection &= Pair[SJ].GroupLoops;
3547 if (Intersection.any()) {
3907 SmallBitVector Intersection = Pair[SI].GroupLoops;
3908 Intersection &= Pair[SJ].GroupLoops;
3909 if (Intersection.any()) {