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()469 SU->hasPhysRegDefs = true; in AddSchedEdges()
2528 bool LHasPhysReg = left->hasPhysRegDefs; in BURRSort()2529 bool RHasPhysReg = right->hasPhysRegDefs; in BURRSort()2993 if (PredSU->hasPhysRegDefs) in PrescheduleNodesWithMultipleUses()3015 if (SU.hasPhysRegClobbers && PredSuccSU->hasPhysRegDefs) in PrescheduleNodesWithMultipleUses()3101 if (SuccSU->hasPhysRegDefs && SU.hasPhysRegClobbers) { in AddPseudoTwoAddrDeps()
260 SU->hasPhysRegDefs = true; in addPhysRegDataDeps()
3295 if (SU->hasPhysRegDefs) in schedNode()
2646 if (!SU.hasPhysRegDefs) in isValidSchedule()