Searched refs:getHotThreshold (Results 1 – 4 of 4) sorted by relevance
258 if (I.second.getKnownExecutionCount() < BC.getHotThreshold()) in runOnFunctions()265 << BC.getHotThreshold() << " )\n"); in runOnFunctions()
1994 if (HotOnly && (BF.getKnownExecutionCount() < BC.getHotThreshold())) in perform()
1218 uint64_t getHotThreshold() const;
2267 uint64_t BinaryContext::getHotThreshold() const { in getHotThreshold() function in llvm::bolt::BinaryContext