Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Depth

345         // Prefer to spill at a smaller loop depth.
346 unsigned Depth = Loops.getLoopDepth(MBB);
347 if (Depth < SpillDepth) {
348 DEBUG(dbgs() << " spill depth " << Depth << ": " << PrintReg(Reg)
353 SpillDepth = Depth;