Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2417 BlockFrequency SmallestRotationCost = BlockFrequency::getMaxFrequency(); in rotateLoopWithProfile() local
2532 if (Cost < SmallestRotationCost) { in rotateLoopWithProfile()
2533 SmallestRotationCost = Cost; in rotateLoopWithProfile()