Searched refs:finger1 (Results 1 – 1 of 1) sorted by relevance
135 Region* finger1 = i; in Intersect() local137 while (finger1 != finger2) { in Intersect()138 while (finger1->GetRPO() > finger2->GetRPO()) { in Intersect()139 DCHECK(NULL != finger1); in Intersect()140 finger1 = finger1->GetIDominator(); // should have: finger1 != NULL in Intersect()141 DCHECK(NULL != finger1); in Intersect()143 while (finger1->GetRPO() < finger2->GetRPO()) { in Intersect()149 return finger1; // finger1 should be equal to finger2 at this point. in Intersect()