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

References

lib/CodeGen/LiveIntervals.cpp
  216     std::pair<unsigned, unsigned> &RMB = RegMaskBlocks[MBB.getNumber()];
  220     if (const uint32_t *Mask = MBB.getBeginClobberMask(TRI)) {
  221       RegMaskSlots.push_back(Indexes->getMBBStartIdx(&MBB));
  225     for (const MachineInstr &MI : MBB) {
  237     if (const uint32_t *Mask = MBB.getEndClobberMask(TRI)) {
  238       assert(!MBB.empty() && "empty return block?");
  240           Indexes->getInstructionIndex(MBB.back()).getRegSlot());