HomeSort by relevance Sort by last modified time
    Searched refs:i_dom (Results 1 - 3 of 3) sorted by null

  /art/compiler/dex/
ssa_transformation.cc 231 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;
mir_graph.h 397 BasicBlockId i_dom; // Immediate dominator. member in struct:art::BasicBlock
    [all...]
mir_graph.cc     [all...]

Completed in 32 milliseconds