Searched refs:hasPhysRegDefs (Results 1 – 6 of 6) sorted by relevance
280 bool hasPhysRegDefs : 1; ///< Has physreg defs that are being used. variable311 hasPhysRegUses(false), hasPhysRegDefs(false), hasPhysRegClobbers(false), in SUnit()322 hasPhysRegUses(false), hasPhysRegDefs(false), hasPhysRegClobbers(false), in SUnit()331 isCommutable(false), hasPhysRegUses(false), hasPhysRegDefs(false), in SUnit()
98 SU->hasPhysRegDefs = Old->hasPhysRegDefs; in Clone()473 SU.hasPhysRegDefs = true; in AddSchedEdges()
2555 bool LHasPhysReg = left->hasPhysRegDefs; in BURRSort()2556 bool RHasPhysReg = right->hasPhysRegDefs; in BURRSort()3016 if (PredSU->hasPhysRegDefs) in PrescheduleNodesWithMultipleUses()3037 if (SU.hasPhysRegClobbers && PredSuccSU->hasPhysRegDefs) in PrescheduleNodesWithMultipleUses()3123 if (SuccSU->hasPhysRegDefs && SU.hasPhysRegClobbers) { in AddPseudoTwoAddrDeps()
264 SU->hasPhysRegDefs = true; in addPhysRegDataDeps()
2739 if (!SU.hasPhysRegDefs) in isValidSchedule()
3511 if (SU->hasPhysRegDefs) in schedNode()