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

Declarations

include/llvm/CodeGen/MachineFunction.h
  629   bool verify(Pass *p = nullptr, const char *Banner = nullptr,

References

lib/CodeGen/LiveRangeCalc.cpp
  366       MBB->getParent()->verify();
  376       MBB->getParent()->verify();
lib/CodeGen/MIRParser/MIRParser.cpp
  489   MF.verify();
lib/CodeGen/MachineScheduler.cpp
  383     MF->verify(this, "Before machine scheduling.");
  394     MF->verify(this, "After machine scheduling.");
  417     MF->verify(this, "Before post machine scheduling.");
  425     MF->verify(this, "After post machine scheduling.");
lib/CodeGen/RegAllocGreedy.cpp
 1815     MF->verify(this, "After splitting live range around region");
 2054     MF->verify(this, "After splitting live range around basic blocks");
 3130       MF->verify(this, "After spilling");
 3227     MF->verify(this, "Before greedy register allocator");
lib/CodeGen/RegisterCoalescer.cpp
 3699     MF->verify(this, "Before register coalescing");
 3746     MF->verify(this, "After register coalescing");
lib/CodeGen/RegisterScavenging.cpp
  236           MBB->getParent()->verify(nullptr, "In Register Scavenger");
lib/CodeGen/TwoAddressInstructionPass.cpp
 1783     MF->verify(this, "After two-address instruction pass");
lib/Target/ARM/ARMExpandPseudoInsts.cpp
 1983     MF.verify(this, "After expanding ARM pseudo instructions.");
lib/Target/PowerPC/PPCBranchCoalescing.cpp
  782     MF.verify(nullptr, "Error in code produced by branch coalescing");
lib/Target/X86/X86SpeculativeLoadHardening.cpp
  555              dbgs() << "\n"; MF.verify(this));
unittests/MI/LiveIntervalTest.cpp
   89     EXPECT_TRUE(MF.verify(this));