Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Blocks

91     // Exit blocks for CurLoop.
119 // If a MBB does not dominate loop exiting blocks then it may not safe
450 const std::vector<MachineBasicBlock *> &Blocks = CurLoop->getBlocks();
451 for (unsigned i = 0, e = Blocks.size(); i != e; ++i) {
452 MachineBasicBlock *BB = Blocks[i];
530 const std::vector<MachineBasicBlock *> &Blocks = CurLoop->getBlocks();
531 for (unsigned i = 0, e = Blocks.size(); i != e; ++i) {
532 MachineBasicBlock *BB = Blocks[i];
578 // Check loop exiting blocks.
626 /// Walk the specified loop in the CFG (defined by all blocks dominated by the
870 // it dominates all exiting blocks. If it doesn't, then there is a path out of
959 // For now, approximate by rejecting all exit blocks.
1062 // Update register pressure of blocks from loop header to current block.