Lines Matching defs:Height
1388 Block->Height = 0;
1390 unsigned Height = 0;
1392 Height = std::max(Height, Succ.first->Height + Succ.first->getCost());
1393 Block->Height = Height;
1533 if (TryCand.IsHighLatency && SISched::tryGreater(TryCand.Height, Cand.Height,
1557 if (SISched::tryGreater(TryCand.Height, Cand.Height, TryCand, Cand, Depth))
1606 TryCand.Height = TryCand.Block->Height;