Lines Matching defs:Height
424 unsigned Height = PredSU->getHeight();
425 if (Height < MinAvailableCycle)
426 MinAvailableCycle = Height;
744 LLVM_DEBUG(dbgs() << " Height [" << SU->getHeight()
1917 dbgs() << "Height " << SU->getHeight() << ": ";
2350 unsigned Height = Succ.getSUnit()->getHeight();
2355 Height = closestSucc(Succ.getSUnit())+1;
2356 if (Height > MaxHeight)
2357 MaxHeight = Height;
2480 static bool BUHasStall(SUnit *SU, int Height, RegReductionPQBase *SPQ) {
2481 if ((int)SPQ->getCurCycle() < Height) return true;