reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Hexagon/HexagonHardwareLoops.cpp
 1230       LoopStart = TB;
 1232       LoopStart = FB;
 1237     LoopStart = TopBlock;
 1251     BuildMI(*Preheader, InsertPos, DL, TII->get(LOOP_r)).addMBB(LoopStart)
 1264         .addMBB(LoopStart).addReg(CountReg);
 1267         .addMBB(LoopStart).addImm(CountImm);
 1273   LoopStart->setHasAddressTaken();
 1276   BlockAddress::get(const_cast<BasicBlock *>(LoopStart->getBasicBlock()));
 1280   BuildMI(*LastMBB, LastI, LastIDL, TII->get(ENDLOOP)).addMBB(LoopStart);