Searched refs:IterB (Results 1 – 2 of 2) sorted by relevance
620 Pointer IterB = B; in computeSplitPoint() local622 Pointer CurB = IterB; in computeSplitPoint()624 if (IterA.asBlockPointer().Base > IterB.asBlockPointer().Base) { in computeSplitPoint()628 CurB = IterB; in computeSplitPoint()629 IterB = getBase(IterB); in computeSplitPoint()632 if (IterA == IterB) in computeSplitPoint()635 if (IterA.isRoot() && IterB.isRoot()) in computeSplitPoint()
5534 auto IterB = RHS.begin(), EndB = RHS.end(); in getIntersection() local5542 while (IterA != EndA && IterB != EndB) { in getIntersection()5544 FunctionEffectWithCondition B = *IterB; in getIntersection()5548 ++IterB; in getIntersection()5552 ++IterB; in getIntersection()