Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Intersection

407 // Updates X with the intersection
457 // the result of an intersection.
561 llvm_unreachable("shouldn't reach the end of Constraint intersection");
1122 // Given c1 + a*i = c2 - a*i', we can look for the intersection of
3339 // We begin by comparing 0 and 1. The intersection of the GroupLoops is empty.
3340 // Next, 0 and 2. Again, the intersection of their GroupLoops is empty.
3341 // Next 0 and 3. The intersection of their GroupLoop = {1}, not empty,
3345 // Next, we consider 1 and 2. The intersection of the GroupLoops is empty.
3349 // Next, we compare 2 against 3. The intersection of the GroupLoops is empty.
3377 SmallBitVector Intersection = Pair[SI].GroupLoops;
3378 Intersection &= Pair[SJ].GroupLoops;
3379 if (Intersection.any()) {
3730 SmallBitVector Intersection = Pair[SI].GroupLoops;
3731 Intersection &= Pair[SJ].GroupLoops;
3732 if (Intersection.any()) {