Searched refs:getFunctionScore (Results 1 – 8 of 8) sorted by relevance
171 return static_cast<double>(Function.getFunctionScore()) / in getNormalizedScore()173 return static_cast<double>(Function.getFunctionScore()) / in getNormalizedScore()307 return A->getFunctionScore() > B->getFunctionScore(); in matchFunctions()311 outs() << Function->getFunctionScore() << "\n"; in matchFunctions()
3008 BC->TotalScore += Function.getFunctionScore(); in postProcessFunctions()5283 OverwrittenScore += Function->getFunctionScore(); in rewriteFile()
114 FuncInfo.Score = BF.getFunctionScore(); in checkFunction()
548 CountDenominator += I.second.getFunctionScore(); in FrameAnalysis()562 CountFunctionsFailedRestoreFI += I.second.getFunctionScore(); in FrameAnalysis()
353 if (BF.getFunctionScore() == 0) in performShrinkWrapping()
419 It->second.getFunctionScore(), It->second)); in runOnFunctions()435 OS << " Function Score is: " << Function.getFunctionScore() in runOnFunctions()
2120 uint64_t getFunctionScore() const;
2303 uint64_t BinaryFunction::getFunctionScore() const { in getFunctionScore() function in llvm::bolt::BinaryFunction