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

References

lib/Target/Hexagon/HexagonExpandCondsets.cpp
 1251   if (skipFunction(MF.getFunction()))
 1254   HII = static_cast<const HexagonInstrInfo*>(MF.getSubtarget().getInstrInfo());
 1255   TRI = MF.getSubtarget().getRegisterInfo();
 1258   MRI = &MF.getRegInfo();
 1261                         MF.getFunction().getParent()));
 1267   for (auto &B : MF)
 1289       LIS->print(dbgs() << "After coalescing\n", MF.getFunction().getParent()));
 1306       LIS->print(dbgs() << "After splitting\n", MF.getFunction().getParent()));
 1312   for (auto &B : MF)
 1315                         MF.getFunction().getParent()));
 1323                  MF.getFunction().getParent());