Home | History | Annotate | Download | only in dex

Lines Matching full:dominators

200       if (curr_bb->taken && curr_bb->dominators->IsBitSet(curr_bb->taken->id)) {
269 if (bb->dominators == NULL) {
270 bb->dominators = new (arena_) ArenaBitVector(arena_, num_total_blocks,
277 bb->dominators->ClearAllBits();
282 bb->dominators->SetInitialBits(num_total_blocks);
290 * last element of the intersection of block1 and block2 dominators.
353 bb->dominators->ClearAllBits();
355 bb->dominators->Copy(bb->i_dom->dominators);
357 bb->dominators->SetBit(bb->id);
374 /* Compute dominators, immediate dominator, and dominance fronter */
398 /* Compute the immediate dominators */
406 GetEntryBlock()->dominators->ClearAllBits();
407 GetEntryBlock()->dominators->SetBit(GetEntryBlock()->id);