Home
last modified time | relevance | path

Searched refs:finger1 (Results 1 – 1 of 1) sorted by relevance

/art/compiler/sea_ir/ir/
Dsea.cc135 Region* finger1 = i; in Intersect() local
137 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()