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

References

lib/CodeGen/RegAllocPBQP.cpp
  796   calculateSpillWeightsAndHints(LIS, MF, &VRM, getAnalysis<MachineLoopInfo>(),
  799   std::unique_ptr<Spiller> VRegSpiller(createInlineSpiller(*this, MF, VRM));
  801   MF.getRegInfo().freezeReservedRegs(MF);
  801   MF.getRegInfo().freezeReservedRegs(MF);
  803   LLVM_DEBUG(dbgs() << "PBQP Register Allocating for " << MF.getName() << "\n");
  815   findVRegIntervalsToAlloc(MF, LIS);
  818   const Function &F = MF.getFunction();
  825     const TargetSubtargetInfo &Subtarget = MF.getSubtarget();
  840       PBQPRAGraph G(PBQPRAGraph::GraphMetadata(MF, LIS, MBFI));
  865   finalizeAlloc(MF, LIS, VRM);