Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DProfileSummary.h98 void setPartialProfileRatio(double R) { in setPartialProfileRatio() function
/llvm-project-15.0.7/llvm/unittests/ProfileData/
H A DSampleProfTest.cpp327 Summary.setPartialProfileRatio(0.5); in testRoundTrip()
/llvm-project-15.0.7/llvm/lib/IR/
H A DModule.cpp826 ProfileSummary->setPartialProfileRatio(Ratio); in setPartialSampleProfileRatio()