Lines Matching defs:Height
1384 Block->Height = 0;
1386 unsigned Height = 0;
1388 Height = std::max(Height, Succ.first->Height + Succ.first->getCost());
1389 Block->Height = Height;
1529 if (TryCand.IsHighLatency && SISched::tryGreater(TryCand.Height, Cand.Height,
1553 if (SISched::tryGreater(TryCand.Height, Cand.Height, TryCand, Cand, Depth))
1600 TryCand.Height = TryCand.Block->Height;