Home | History | Annotate | Download | only in Hexagon

Lines Matching defs:Blocks

367 /// \brief Return the latch block if it's one of the exiting blocks. Otherwise,
368 /// return the exiting block. Return 'null' when multiple exiting blocks are
974 const std::vector<MachineBasicBlock *> &Blocks = L->getBlocks();
975 DEBUG(dbgs() << "\nhw_loop head, BB#" << Blocks[0]->getNumber(););
976 for (unsigned i = 0, e = Blocks.size(); i != e; ++i) {
977 MachineBasicBlock *MBB = Blocks[i];
1329 const std::vector<MachineBasicBlock *> &Blocks = L->getBlocks();
1330 DEBUG(dbgs() << "\nhw_loop head, BB#" << Blocks[0]->getNumber(););
1332 for (unsigned i = 0, e = Blocks.size(); i != e; ++i) {
1333 MachineBasicBlock *MBB = Blocks[i];