Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h40 extern cl::opt<bool> UseSegmentSetForPhysRegs;
398 RegUnitRanges[Unit] = LR = new LiveRange(UseSegmentSetForPhysRegs); in getRegUnit()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveIntervals.cpp83 cl::opt<bool> UseSegmentSetForPhysRegs( variable
319 if (UseSegmentSetForPhysRegs) in computeRegUnitRange()
348 LR = RegUnitRanges[Unit] = new LiveRange(UseSegmentSetForPhysRegs); in computeLiveInRegUnits()