Lines Matching refs:LoopStart
1182 MachineBasicBlock *LoopStart = 0;
1191 LoopStart = TB;
1193 LoopStart = FB;
1198 LoopStart = TopBlock;
1212 BuildMI(*Preheader, InsertPos, DL, TII->get(LOOP_r)).addMBB(LoopStart)
1225 .addMBB(LoopStart).addReg(CountReg);
1228 .addMBB(LoopStart).addImm(CountImm);
1234 LoopStart->setHasAddressTaken();
1237 BlockAddress::get(const_cast<BasicBlock *>(LoopStart->getBasicBlock()));
1241 BuildMI(*LastMBB, LastI, LastIDL, TII->get(ENDLOOP)).addMBB(LoopStart);