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

Declarations

include/llvm/CodeGen/LiveIntervals.h
   41 extern cl::opt<bool> UseSegmentSetForPhysRegs;

References

include/llvm/CodeGen/LiveIntervals.h
  398         RegUnitRanges[Unit] = LR = new LiveRange(UseSegmentSetForPhysRegs);
lib/CodeGen/LiveIntervals.cpp
  304   if (UseSegmentSetForPhysRegs)
  333           LR = RegUnitRanges[Unit] = new LiveRange(UseSegmentSetForPhysRegs);