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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp497 unsigned BestMaxNest = MaxNest; local
503 if (!Best || (MyMaxNest > BestMaxNest)) {
505 BestMaxNest = MyMaxNest;
509 MaxNest = BestMaxNest;

Completed in 107 milliseconds