Searched refs:subRegLivenessEnabled (Results 1 – 6 of 6) sorted by relevance
241 if (MRI->subRegLivenessEnabled()) in processBasicBlock()
387 if (!MRI->subRegLivenessEnabled()) in runOnMachineFunction()
547 if (!MRI->subRegLivenessEnabled()) { in runOnMachineFunction()
536 bool NoSubRegLiveness = !MRI->subRegLivenessEnabled(); in rewrite()
768 if (MRI->subRegLivenessEnabled()) { in addKillFlags()
228 return subRegLivenessEnabled() && RC.HasDisjunctSubRegs; in shouldTrackSubRegLiveness()235 bool subRegLivenessEnabled() const { in subRegLivenessEnabled() function