HomeSort by relevance Sort by last modified time
    Searched refs:ReleasePredecessors (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 94 void ReleasePredecessors(SUnit *SU, unsigned CurCycle);
155 void ScheduleDAGFast::ReleasePredecessors(SUnit *SU, unsigned CurCycle) {
185 ReleasePredecessors(SU, CurCycle);
525 ReleasePredecessors(&ExitSU, CurCycle);
ScheduleDAGRRList.cpp 223 void ReleasePredecessors(SUnit *SU);
423 void ScheduleDAGRRList::ReleasePredecessors(SUnit *SU) {
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.
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 100 void ReleasePredecessors(SUnit *SU, unsigned CurCycle);
161 void ScheduleDAGFast::ReleasePredecessors(SUnit *SU, unsigned CurCycle) {
191 ReleasePredecessors(SU, CurCycle);
536 ReleasePredecessors(&ExitSU, CurCycle);
ScheduleDAGRRList.cpp 219 void ReleasePredecessors(SUnit *SU);
525 void ScheduleDAGRRList::ReleasePredecessors(SUnit *SU) {
730 // advance CurCycle before ReleasePredecessors to avoid useless pushes to
737 ReleasePredecessors(SU);
776 // ReleasePredecessors. In that case, IssueCount should remain 0.
778 // Check AvailableQueue after ReleasePredecessors in case of zero latency.
    [all...]

Completed in 86 milliseconds