Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DBlockFrequency.h32 static uint64_t getMaxFrequency() { return -1ULL; } in getMaxFrequency() function
/external/llvm/lib/CodeGen/
DSpillPlacement.cpp142 BiasN = BlockFrequency::getMaxFrequency(); in addBias()
DRegAllocGreedy.cpp1323 BestCost = BlockFrequency::getMaxFrequency(); in tryRegionSplit()