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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp184 void ReleaseSuccessors(SUnit *SU);
608 /// ReleaseSuccessors - Call ReleaseSucc on each of SU's successors.
609 void SchedulePostRATDList::ReleaseSuccessors(SUnit *SU) { function in class:SchedulePostRATDList
628 ReleaseSuccessors(SU);
645 ReleaseSuccessors(&EntrySU);

Completed in 46 milliseconds