Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:maxD

214   LLVM_DEBUG(unsigned maxD = 0;
216 ++su) if (SUnits[su].getDepth() > maxD) maxD =
218 dbgs() << "Max Depth " << maxD << "\n";);