Searched refs:RootDepth (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineCombiner.cpp255 unsigned RootDepth = BlockTrace.getInstrCycles(*Root).Depth; local
259 dbgs() << " RootDepth: " << RootDepth << "\n");
267 return NewRootDepth < RootDepth;
281 dbgs() << " RootDepth + RootLatency + RootSlack = "
282 << RootDepth + RootLatency + RootSlack << "\n";);
285 unsigned OldCycleCount = RootDepth + RootLatency + RootSlack;

Completed in 104 milliseconds