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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp318 unsigned RootDepth = BlockTrace.getInstrCycles(*Root).Depth; local
321 << NewRootDepth << "\tRootDepth: " << RootDepth); local
330 LLVM_DEBUG(NewRootDepth < RootDepth
333 return NewRootDepth < RootDepth;
348 RootDepth + RootLatency + (SlackIsAccurate ? RootSlack : 0);

Completed in 107 milliseconds