Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DBlockFrequency.h32 static uint64_t getMaxFrequency() { return -1ULL; } in getMaxFrequency() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DSpillPlacement.cpp149 BiasN = BlockFrequency::getMaxFrequency(); in addBias()
H A DMachineBlockPlacement.cpp2048 BlockFrequency SmallestRotationCost = BlockFrequency::getMaxFrequency(); in rotateLoopWithProfile()
H A DRegAllocGreedy.cpp1828 BestCost = BlockFrequency::getMaxFrequency(); in tryRegionSplit()