Home | History | Annotate | Download | only in optimizing

Lines Matching refs:dominated

1234     for (HBasicBlock* dominated : block_from->GetDominator()->GetDominatedBlocks()) {
1235 size_t position = dominated->GetLifetimeStart();
1238 // a dominated block is closer.
1239 // Note that dominated blocks are not sorted in liveness order.
1240 block_to = dominated;