HomeSort by relevance Sort by last modified time
    Searched refs:BestDepth (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 322 unsigned BestDepth = 0;
333 if (!Best || Depth < BestDepth)
334 Best = Pred, BestDepth = Depth;
    [all...]
SplitKit.cpp 674 unsigned BestDepth = UINT_MAX;
696 if (Depth < BestDepth) {
698 BestDepth = Depth;
    [all...]

Completed in 52 milliseconds