Searched defs:idom (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/
H A Dssa_transformation.cc323 int idom = -1; local
328 idom = pred_bb->dfs_id;
342 idom = FindCommonParent(pred_bb->dfs_id, idom);
346 DCHECK_NE(idom, NOTVISITED);
349 if (i_dom_list_[bb->dfs_id] != idom) {
350 i_dom_list_[bb->dfs_id] = idom;
/art/compiler/sea_ir/ir/
H A Dsea.cc104 // For all other predecessors p of b, if idom is not set,
127 Region* idom = (*region_it)->GetIDominator(); local
128 if (idom != *region_it) {
129 idom->AddToIDominatedSet(*region_it);

Completed in 606 milliseconds