Lines Matching refs:dominated
169 // Ensure dominated blocks have `block` as the dominator.
170 for (HBasicBlock* dominated : block->GetDominatedBlocks()) {
171 if (dominated->GetDominator() != block) {
174 dominated->GetBlockId()));
430 // Ensure an instruction having an environment is dominated by the
652 // Ensure all blocks in the loop are live and dominated by the loop header in
661 AddError(StringPrintf("Loop block %d not dominated by loop header %d.",