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

  /art/compiler/dex/
ssa_transformation.cc 211 if (succ_bb->i_dom != dom_bb->id &&
269 * Walk through the ordered i_dom list until we reach common parent.
335 bb->dominators->Copy(GetBasicBlock(bb->i_dom)->dominators);
346 BasicBlock* i_dom = GetBasicBlock(i_dom_idx); local
347 bb->i_dom = i_dom->id;
349 i_dom->i_dominated->SetBit(bb->id);
372 /* For post-order, last block is entry block. Set its i_dom to istelf */
387 GetEntryBlock()->i_dom = 0;
mir_graph.h 375 dfs_id(), start_offset(), fall_through(), taken(), i_dom(), nesting_depth(),
389 BasicBlockId i_dom; // Immediate dominator. member in class:art::BasicBlock
    [all...]

Completed in 94 milliseconds