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

References

lib/CodeGen/RegAllocGreedy.cpp
  565 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables)
  566 INITIALIZE_PASS_DEPENDENCY(SlotIndexes)
  567 INITIALIZE_PASS_DEPENDENCY(LiveIntervals)
  568 INITIALIZE_PASS_DEPENDENCY(RegisterCoalescer)
  569 INITIALIZE_PASS_DEPENDENCY(MachineScheduler)
  570 INITIALIZE_PASS_DEPENDENCY(LiveStacks)
  571 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
  572 INITIALIZE_PASS_DEPENDENCY(MachineLoopInfo)
  573 INITIALIZE_PASS_DEPENDENCY(VirtRegMap)
  574 INITIALIZE_PASS_DEPENDENCY(LiveRegMatrix)
  575 INITIALIZE_PASS_DEPENDENCY(EdgeBundles)
  576 INITIALIZE_PASS_DEPENDENCY(SpillPlacement)
  577 INITIALIZE_PASS_DEPENDENCY(MachineOptimizationRemarkEmitterPass)