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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp94 void ReleasePredecessors(SUnit *SU, unsigned CurCycle);
155 void ScheduleDAGFast::ReleasePredecessors(SUnit *SU, unsigned CurCycle) { function in class:ScheduleDAGFast
185 ReleasePredecessors(SU, CurCycle);
525 ReleasePredecessors(&ExitSU, CurCycle);
H A DScheduleDAGRRList.cpp223 void ReleasePredecessors(SUnit *SU);
423 void ScheduleDAGRRList::ReleasePredecessors(SUnit *SU) { function in class:ScheduleDAGRRList
613 // advance CurCycle before ReleasePredecessors to avoid useless pushes to
620 ReleasePredecessors(SU);
643 // ReleasePredecessors. In that case, IssueCount should remain 0.
645 // Check AvailableQueue after ReleasePredecessors in case of zero latency.
1267 ReleasePredecessors(&ExitSU);

Completed in 366 milliseconds