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

Declarations

include/llvm/CodeGen/MachineFunction.h
  624   void dump() const;

References

lib/Target/AArch64/AArch64PBQPRegAlloc.cpp
  331   LLVM_DEBUG(MF.dump());
lib/Target/AMDGPU/AMDGPUMachineCFGStructurizer.cpp
 1031               LLVM_DEBUG(this->getEntry()->getParent()->dump());
 2759   LLVM_DEBUG(Region->getEntry()->getParent()->dump());
 2883   LLVM_DEBUG(MF.dump());
lib/Target/AMDGPU/AMDILCFGStructurizer.cpp
  156     LLVM_DEBUG(MF.dump(););
  168     LLVM_DEBUG(MF.dump(););
lib/Target/ARM/ARMConstantIslandPass.cpp
  324     LLVM_DEBUG(MF->dump());
lib/Target/PowerPC/PPCBranchCoalescing.cpp
  725   LLVM_DEBUG(dbgs() << "Function: "; MF.dump(); dbgs() << "\n");
  774       LLVM_DEBUG(dbgs() << "Function after merging: "; MF.dump();
lib/Target/PowerPC/PPCExpandISEL.cpp
  128     LLVM_DEBUG(dbgs() << "Function: "; MF.dump(); dbgs() << "\n");
lib/Target/PowerPC/PPCMIPeephole.cpp
  142   LLVM_DEBUG(MF->dump());
lib/Target/X86/X86SpeculativeLoadHardening.cpp
  554   LLVM_DEBUG(dbgs() << "Final speculative load hardened function:\n"; MF.dump();