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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp100 void ReleasePredecessors(SUnit *SU, unsigned CurCycle);
161 void ScheduleDAGFast::ReleasePredecessors(SUnit *SU, unsigned CurCycle) { function in class:ScheduleDAGFast
191 ReleasePredecessors(SU, CurCycle);
531 ReleasePredecessors(&ExitSU, CurCycle);
H A DScheduleDAGRRList.cpp220 void ReleasePredecessors(SUnit *SU);
526 void ScheduleDAGRRList::ReleasePredecessors(SUnit *SU) { function in class:ScheduleDAGRRList
731 // advance CurCycle before ReleasePredecessors to avoid useless pushes to
738 ReleasePredecessors(SU);
777 // ReleasePredecessors. In that case, IssueCount should remain 0.
779 // Check AvailableQueue after ReleasePredecessors in case of zero latency.
1485 ReleasePredecessors(&ExitSU);

Completed in 50 milliseconds