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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp99 void ReleasePredecessors(SUnit *SU, unsigned CurCycle);
160 void ScheduleDAGFast::ReleasePredecessors(SUnit *SU, unsigned CurCycle) { function in class:ScheduleDAGFast
190 ReleasePredecessors(SU, CurCycle);
530 ReleasePredecessors(&ExitSU, CurCycle);
H A DScheduleDAGRRList.cpp218 void ReleasePredecessors(SUnit *SU);
524 void ScheduleDAGRRList::ReleasePredecessors(SUnit *SU) { function in class:ScheduleDAGRRList
729 // advance CurCycle before ReleasePredecessors to avoid useless pushes to
736 ReleasePredecessors(SU);
775 // ReleasePredecessors. In that case, IssueCount should remain 0.
777 // Check AvailableQueue after ReleasePredecessors in case of zero latency.
1483 ReleasePredecessors(&ExitSU);

Completed in 62 milliseconds