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

References

lib/Target/PowerPC/PPCBranchCoalescing.cpp
  717   if (skipFunction(MF.getFunction()) || MF.empty())
  717   if (skipFunction(MF.getFunction()) || MF.empty())
  723   initialize(MF);
  725   LLVM_DEBUG(dbgs() << "Function: "; MF.dump(); dbgs() << "\n");
  731   for (MachineBasicBlock &MBB : MF) {
  774       LLVM_DEBUG(dbgs() << "Function after merging: "; MF.dump();
  782     MF.verify(nullptr, "Error in code produced by branch coalescing");