Home
last modified time | relevance | path

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

/art/compiler/sea_ir/ir/
Dsea.cc136 Region* finger2 = j; in Intersect() local
137 while (finger1 != finger2) { in Intersect()
138 while (finger1->GetRPO() > finger2->GetRPO()) { in Intersect()
143 while (finger1->GetRPO() < finger2->GetRPO()) { in Intersect()
144 DCHECK(NULL != finger2); in Intersect()
145 finger2 = finger2->GetIDominator(); // should have: finger1 != NULL in Intersect()
146 DCHECK(NULL != finger2); in Intersect()