Home
last modified time | relevance | path

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

/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
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRenameIndependentSubregs.cpp380 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.cpp743 if (MRI->subRegLivenessEnabled()) { in addKillFlags()