Home
last modified time | relevance | path

Searched refs:UseSegmentSetForPhysRegs (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h37 extern cl::opt<bool> UseSegmentSetForPhysRegs;
384 RegUnitRanges[Unit] = LR = new LiveRange(UseSegmentSetForPhysRegs); in getRegUnit()
/external/llvm/lib/CodeGen/
DLiveIntervalAnalysis.cpp71 cl::opt<bool> UseSegmentSetForPhysRegs( variable
280 if (UseSegmentSetForPhysRegs) in computeRegUnitRange()
315 LR = RegUnitRanges[Unit] = new LiveRange(UseSegmentSetForPhysRegs); in computeLiveInRegUnits()