Home
last modified time | relevance | path

Searched refs:getFunctionScore (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DBoltDiff.cpp171 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()
H A DRewriteInstance.cpp3008 BC->TotalScore += Function.getFunctionScore(); in postProcessFunctions()
5283 OverwrittenScore += Function->getFunctionScore(); in rewriteFile()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DStokeInfo.cpp114 FuncInfo.Score = BF.getFunctionScore(); in checkFunction()
H A DFrameAnalysis.cpp548 CountDenominator += I.second.getFunctionScore(); in FrameAnalysis()
562 CountFunctionsFailedRestoreFI += I.second.getFunctionScore(); in FrameAnalysis()
H A DFrameOptimizer.cpp353 if (BF.getFunctionScore() == 0) in performShrinkWrapping()
H A DBinaryPasses.cpp419 It->second.getFunctionScore(), It->second)); in runOnFunctions()
435 OS << " Function Score is: " << Function.getFunctionScore() in runOnFunctions()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h2120 uint64_t getFunctionScore() const;
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp2303 uint64_t BinaryFunction::getFunctionScore() const { in getFunctionScore() function in llvm::bolt::BinaryFunction