Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2430 BlockFrequency SmallestRotationCost = BlockFrequency::max(); in rotateLoopWithProfile() local
2544 if (Cost < SmallestRotationCost) { in rotateLoopWithProfile()
2545 SmallestRotationCost = Cost; in rotateLoopWithProfile()