Lines Matching refs:LiveRegDefs
73 std::vector<SUnit*> LiveRegDefs; member in __anon9389022c0111::ScheduleDAGFast
117 LiveRegDefs.resize(TRI->getNumRegs(), nullptr); in Schedule()
165 if (!LiveRegDefs[Pred.getReg()]) { in ReleasePredecessors()
167 LiveRegDefs[Pred.getReg()] = Pred.getSUnit(); in ReleasePredecessors()
192 assert(LiveRegDefs[Succ.getReg()] == SU && in ScheduleNodeBottomUp()
195 LiveRegDefs[Succ.getReg()] = nullptr; in ScheduleNodeBottomUp()
443 std::vector<SUnit *> &LiveRegDefs, in CheckForLiveRegDef() argument
451 if (!LiveRegDefs[*AI]) in CheckForLiveRegDef()
455 if (LiveRegDefs[*AI] == SU) in CheckForLiveRegDef()
459 if (Node && LiveRegDefs[*AI]->getNode() == Node) in CheckForLiveRegDef()
484 CheckForLiveRegDef(Pred.getSUnit(), Pred.getReg(), LiveRegDefs, in DelayForLiveRegsBottomUp()
510 CheckForLiveRegDef(SU, Reg, LiveRegDefs, RegAdded, LRegs, TRI); in DelayForLiveRegsBottomUp()
522 CheckForLiveRegDef(SU, Reg, LiveRegDefs, RegAdded, LRegs, TRI, SrcNode); in DelayForLiveRegsBottomUp()
532 CheckForLiveRegDef(SU, *Reg, LiveRegDefs, RegAdded, LRegs, TRI); in DelayForLiveRegsBottomUp()
588 SUnit *LRDef = LiveRegDefs[Reg]; in ListScheduleBottomUp()
620 LiveRegDefs[Reg] = NewDef; in ListScheduleBottomUp()