Home
last modified time | relevance | path

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

/art/compiler/sea_ir/ir/
Dsea.cc92 Region* new_dom = NULL; in ComputeIDominators() local
100 new_dom = root_pred; in ComputeIDominators()
111 DCHECK(NULL != new_dom); in ComputeIDominators()
112 new_dom = SeaGraph::Intersect(*pred_it, new_dom); in ComputeIDominators()
116 if ((*crt_it)->GetIDominator() != new_dom) { in ComputeIDominators()
117 (*crt_it)->SetIDominator(new_dom); in ComputeIDominators()