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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp881 SUnit *OldSU = Sequence.back(); local
884 if (SU->isSucc(OldSU))
888 CurCycle = OldSU->getHeight();
889 UnscheduleNodeBottomUp(OldSU);
891 if (OldSU == BtSU)
893 OldSU = Sequence.back();
896 assert(!SU->isSucc(OldSU) && "Something is wrong!");

Completed in 69 milliseconds