reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
624 void dump() const;
331 LLVM_DEBUG(MF.dump());
lib/Target/AMDGPU/AMDGPUMachineCFGStructurizer.cpp1031 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.cpp725 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();