Searched refs:hasPhysRegDefs (Results 1 – 6 of 6) sorted by relevance
292 bool hasPhysRegDefs : 1; ///< Has physreg defs that are being used. variable321 hasPhysRegUses(false), hasPhysRegDefs(false), in SUnit()333 hasPhysRegUses(false), hasPhysRegDefs(false), in SUnit()344 hasPhysRegDefs(false), hasPhysRegClobbers(false), isPending(false), in SUnit()
99 SU->hasPhysRegDefs = Old->hasPhysRegDefs; in Clone()474 SU.hasPhysRegDefs = true; in AddSchedEdges()
2547 bool LHasPhysReg = left->hasPhysRegDefs; in BURRSort()2548 bool RHasPhysReg = right->hasPhysRegDefs; in BURRSort()3008 if (PredSU->hasPhysRegDefs) in PrescheduleNodesWithMultipleUses()3029 if (SU.hasPhysRegClobbers && PredSuccSU->hasPhysRegDefs) in PrescheduleNodesWithMultipleUses()3115 if (SuccSU->hasPhysRegDefs && SU.hasPhysRegClobbers) { in AddPseudoTwoAddrDeps()
269 SU->hasPhysRegDefs = true; in addPhysRegDataDeps()
3239 if (!SU.hasPhysRegDefs) in isValidSchedule()
3845 if (SU->hasPhysRegDefs) in schedNode()