Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h40 extern cl::opt<bool> UseSegmentSetForPhysRegs;
399 RegUnitRanges[Unit] = LR = new LiveRange(UseSegmentSetForPhysRegs); in getRegUnit()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp79 cl::opt<bool> UseSegmentSetForPhysRegs( variable
308 if (UseSegmentSetForPhysRegs) in computeRegUnitRange()
336 LR = RegUnitRanges[Unit] = new LiveRange(UseSegmentSetForPhysRegs); in computeLiveInRegUnits()