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

References

lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  255   MMI = MMIWP ? &MMIWP->getMMI() : nullptr;
lib/CodeGen/BranchFolding.cpp
  135       MMIWP ? &MMIWP->getMMI() : nullptr);
lib/CodeGen/GCRootLowering.cpp
  313   MMI = &getAnalysis<MachineModuleInfoWrapperPass>().getMMI();
lib/CodeGen/IfConversion.cpp
  461         MMIWP ? &MMIWP->getMMI() : nullptr);
  603         MMIWP ? &MMIWP->getMMI() : nullptr);
lib/CodeGen/LLVMTargetMachine.cpp
  208       MCContext &Ctx = MMIWP->getMMI().getContext();
  214                            MMIWP->getMMI().getContext()))
  238   Ctx = &MMIWP->getMMI().getContext();
lib/CodeGen/MachineBlockPlacement.cpp
 3044                             MMIWP ? &MMIWP->getMMI() : nullptr, MLI,
lib/CodeGen/MachineFunctionPass.cpp
   44   MachineModuleInfo &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI();
lib/CodeGen/MachineModuleInfo.cpp
  317         getAnalysis<MachineModuleInfoWrapperPass>().getMMI();
lib/CodeGen/MachineOutliner.cpp
 1129   MachineModuleInfo &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI();
 1434   MachineModuleInfo &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI();
lib/CodeGen/UnreachableBlockElim.cpp
  107   MMI = MMIWP ? &MMIWP->getMMI() : nullptr;
lib/Target/X86/X86RetpolineThunks.cpp
  100   MMI = &getAnalysis<MachineModuleInfoWrapperPass>().getMMI();
tools/llc/llc.cpp
  583       if (MIR->parseMachineFunctions(*M, MMIWP->getMMI()))
tools/llvm-exegesis/lib/Assembler.cpp
  165       FunctionID, Module.get(), &MMIWP.get()->getMMI());
  180       FunctionID, Module.get(), &MMIWP.get()->getMMI());
  217   MCContext &MCContext = MMIWP->getMMI().getContext();
unittests/MI/LiveIntervalTest.cpp
   67   if (MIR->parseMachineFunctions(*M, MMIWP->getMMI()))