Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Intersection

412 // Updates X with the intersection
462 // the result of an intersection.
566 llvm_unreachable("shouldn't reach the end of Constraint intersection");
1127 // Given c1 + a*i = c2 - a*i', we can look for the intersection of
3428 // We begin by comparing 0 and 1. The intersection of the GroupLoops is empty.
3429 // Next, 0 and 2. Again, the intersection of their GroupLoops is empty.
3430 // Next 0 and 3. The intersection of their GroupLoop = {1}, not empty,
3434 // Next, we consider 1 and 2. The intersection of the GroupLoops is empty.
3438 // Next, we compare 2 against 3. The intersection of the GroupLoops is empty.
3466 SmallBitVector Intersection = Pair[SI].GroupLoops;
3467 Intersection &= Pair[SJ].GroupLoops;
3468 if (Intersection.any()) {
3825 SmallBitVector Intersection = Pair[SI].GroupLoops;
3826 Intersection &= Pair[SJ].GroupLoops;
3827 if (Intersection.any()) {