Searched refs:ReleasePredecessors (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp100 void ReleasePredecessors(SUnit *SU, unsigned CurCycle);
160 void ScheduleDAGFast::ReleasePredecessors(SUnit *SU, unsigned CurCycle) { function in class:ScheduleDAGFast
189 ReleasePredecessors(SU, CurCycle);
528 ReleasePredecessors(&ExitSU, CurCycle);
H A DScheduleDAGRRList.cpp253 void ReleasePredecessors(SUnit *SU);
554 void ScheduleDAGRRList::ReleasePredecessors(SUnit *SU) { function in class:ScheduleDAGRRList
760 // advance CurCycle before ReleasePredecessors to avoid useless pushes to
767 ReleasePredecessors(SU);
805 // ReleasePredecessors. In that case, IssueCount should remain 0.
807 // Check AvailableQueue after ReleasePredecessors in case of zero latency.
1599 ReleasePredecessors(&ExitSU);

Completed in 111 milliseconds