Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp2429 BlockFrequency SmallestRotationCost = BlockFrequency::getMaxFrequency(); in rotateLoopWithProfile() local
2544 if (Cost < SmallestRotationCost) { in rotateLoopWithProfile()
2545 SmallestRotationCost = Cost; in rotateLoopWithProfile()