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

References

lib/CodeGen/AggressiveAntiDepBreaker.cpp
  128     : AntiDepBreaker(), MF(MFi), MRI(MF.getRegInfo()),
  129       TII(MF.getSubtarget().getInstrInfo()),
  130       TRI(MF.getSubtarget().getRegisterInfo()), RegClassInfo(RCI) {
  134     BitVector CPSet = TRI->getAllocatableSet(MF, CriticalPathRCs[i]);
  175   const MachineFrameInfo &MFI = MF.getFrameInfo();
  176   BitVector Pristine = MFI.getPristineRegs(MF);
  177   for (const MCPhysReg *I = MF.getRegInfo().getCalleeSavedRegs(); *I;
  409       RC = TII->getRegClass(MI.getDesc(), i, TRI, MF);
  493       RC = TII->getRegClass(MI.getDesc(), i, TRI, MF);
  536     BitVector RCBV = TRI->getAllocatableSet(MF, RC);