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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2036 BlockFrequency BestGains = 0; local
2061 if ((Gains > 0) && (Gains > BestGains ||
2062 ((Gains == BestGains) && Pred->isLayoutSuccessor(OldTop)))) {
2064 BestGains = Gains;

Completed in 110 milliseconds