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()
99 SU->hasPhysRegDefs = Old->hasPhysRegDefs; in Clone()472 SU->hasPhysRegDefs = true; in AddSchedEdges()
2531 bool LHasPhysReg = left->hasPhysRegDefs; in BURRSort()2532 bool RHasPhysReg = right->hasPhysRegDefs; in BURRSort()2996 if (PredSU->hasPhysRegDefs) in PrescheduleNodesWithMultipleUses()3018 if (SU.hasPhysRegClobbers && PredSuccSU->hasPhysRegDefs) in PrescheduleNodesWithMultipleUses()3104 if (SuccSU->hasPhysRegDefs && SU.hasPhysRegClobbers) { in AddPseudoTwoAddrDeps()
262 SU->hasPhysRegDefs = true; in addPhysRegDataDeps()
2722 if (!SU.hasPhysRegDefs) in isValidSchedule()
3478 if (SU->hasPhysRegDefs) in schedNode()