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

/art/compiler/dex/
H A Dssa_transformation.cc231 if (succ_bb->i_dom != dom_bb->id &&
294 * Walk through the ordered i_dom list until we reach common parent.
361 bb->dominators->Copy(GetBasicBlock(bb->i_dom)->dominators);
372 BasicBlock* i_dom = GetBasicBlock(i_dom_idx); local
373 bb->i_dom = i_dom->id;
375 i_dom->i_dominated->SetBit(bb->id);
399 /* For post-order, last block is entry block. Set its i_dom to istelf */
414 GetEntryBlock()->i_dom = 0;
H A Dmir_graph.h397 BasicBlockId i_dom; // Immediate dominator. member in struct:art::BasicBlock

Completed in 129 milliseconds