HomeSort by: relevance | last modified time | path
    Searched refs:ReleasePredecessors (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 100 void ReleasePredecessors(SUnit *SU, unsigned CurCycle);
160 void ScheduleDAGFast::ReleasePredecessors(SUnit *SU, unsigned CurCycle) {
189 ReleasePredecessors(SU, CurCycle);
528 ReleasePredecessors(&ExitSU, CurCycle);
ScheduleDAGRRList.cpp 253 void ReleasePredecessors(SUnit *SU);
554 void ScheduleDAGRRList::ReleasePredecessors(SUnit *SU) {
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 17 milliseconds