Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h215 return subRegLivenessEnabled() && RC.HasDisjunctSubRegs; in shouldTrackSubRegLiveness()
221 bool subRegLivenessEnabled() const { in subRegLivenessEnabled() function
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRenameIndependentSubregs.cpp380 if (!MRI->subRegLivenessEnabled()) in runOnMachineFunction()
H A DDetectDeadLanes.cpp574 if (!MRI->subRegLivenessEnabled()) { in runOnMachineFunction()
H A DVirtRegMap.cpp520 bool NoSubRegLiveness = !MRI->subRegLivenessEnabled(); in rewrite()
H A DLiveIntervals.cpp757 if (MRI->subRegLivenessEnabled()) { in addKillFlags()