Home
last modified time | relevance | path

Searched refs:subRegLivenessEnabled (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInitUndef.cpp241 if (MRI->subRegLivenessEnabled()) in processBasicBlock()
H A DRenameIndependentSubregs.cpp387 if (!MRI->subRegLivenessEnabled()) in runOnMachineFunction()
H A DDetectDeadLanes.cpp547 if (!MRI->subRegLivenessEnabled()) { in runOnMachineFunction()
H A DVirtRegMap.cpp536 bool NoSubRegLiveness = !MRI->subRegLivenessEnabled(); in rewrite()
H A DLiveIntervals.cpp768 if (MRI->subRegLivenessEnabled()) { in addKillFlags()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h228 return subRegLivenessEnabled() && RC.HasDisjunctSubRegs; in shouldTrackSubRegLiveness()
235 bool subRegLivenessEnabled() const { in subRegLivenessEnabled() function