Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h42 extern cl::opt<bool> UseSegmentSetForPhysRegs;
398 RegUnitRanges[Unit] = LR = new LiveRange(UseSegmentSetForPhysRegs); in getRegUnit()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLiveIntervals.cpp81 cl::opt<bool> UseSegmentSetForPhysRegs( variable
305 if (UseSegmentSetForPhysRegs) in computeRegUnitRange()
334 LR = RegUnitRanges[Unit] = new LiveRange(UseSegmentSetForPhysRegs); in computeLiveInRegUnits()