Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DBlockFrequency.h30 static uint64_t getMaxFrequency() { return -1ULL; } in getMaxFrequency() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSpillPlacement.cpp145 BiasN = BlockFrequency::getMaxFrequency(); in addBias()
H A DRegAllocGreedy.cpp1022 BestCost = BlockFrequency::getMaxFrequency(); in tryRegionSplit()
H A DMachineBlockPlacement.cpp2417 BlockFrequency SmallestRotationCost = BlockFrequency::getMaxFrequency(); in rotateLoopWithProfile()