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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2365 BlockFrequency SmallestRotationCost = BlockFrequency::getMaxFrequency(); local
2481 if (Cost < SmallestRotationCost) {
2482 SmallestRotationCost = Cost;

Completed in 104 milliseconds