Lines Matching full:basic
22 // live within a single basic block (allowing it to do a single local analysis
23 // to resolve physical register lifetimes in each basic block). If a physical
98 // Check to see if this basic block is one of the killing blocks. If so,
139 // Check to see if this basic block is already a kill block.
141 // Yes, this register is killed in this basic block already. Increase the
170 // Add a new kill entry for this basic block. If this virtual register is
171 // already marked as alive in this basic block, that means it is alive in at
556 // of the uses. They will be handled in other basic blocks.
608 // bottom of this basic block. We check all of our successor blocks to see
639 // available at the end of the basic block.
664 assert(Visited.count(&*i) != 0 && "unreachable basic block found");
736 // Loop over all of the successors of the basic block, checking to see if
778 /// addNewBlock - Add a new basic block BB as an empty succcessor to DomBB. All