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

/art/compiler/dex/
H A Dssa_transformation.cc213 if (succ_bb->i_dom != dom_bb &&
288 * Walk through the ordered i_dom list until we reach common parent.
355 bb->dominators->Copy(bb->i_dom->dominators);
366 BasicBlock* i_dom = GetBasicBlock(i_dom_idx); local
367 bb->i_dom = i_dom;
369 i_dom->i_dominated->SetBit(bb->id);
394 /* For post-order, last block is entry block. Set its i_dom to istelf */
415 GetEntryBlock()->i_dom = NULL;
H A Dmir_graph.h271 BasicBlock* i_dom; // Immediate dominator. member in struct:art::BasicBlock

Completed in 139 milliseconds