Searched refs:IterA (Results 1 – 2 of 2) sorted by relevance
619 Pointer IterA = A; in computeSplitPoint() local621 Pointer CurA = IterA; in computeSplitPoint()624 if (IterA.asBlockPointer().Base > IterB.asBlockPointer().Base) { in computeSplitPoint()625 CurA = IterA; in computeSplitPoint()626 IterA = getBase(IterA); in computeSplitPoint()632 if (IterA == IterB) in computeSplitPoint()635 if (IterA.isRoot() && IterB.isRoot()) in computeSplitPoint()
5533 auto IterA = LHS.begin(), EndA = LHS.end(); in getIntersection() local5542 while (IterA != EndA && IterB != EndB) { in getIntersection()5543 FunctionEffectWithCondition A = *IterA; in getIntersection()5546 ++IterA; in getIntersection()5551 ++IterA; in getIntersection()