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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp906 SUnit *OldSU = Sequence.back(); local
910 CurCycle = OldSU->getHeight();
911 UnscheduleNodeBottomUp(OldSU);
913 if (OldSU == BtSU)
915 OldSU = Sequence.back();
918 assert(!SU->isSucc(OldSU) && "Something is wrong!");

Completed in 158 milliseconds