Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/IR/
DProfileSummary.h98 void setPartialProfileRatio(double R) { in setPartialProfileRatio() function
/external/llvm-project/llvm/unittests/ProfileData/
DSampleProfTest.cpp324 Summary.setPartialProfileRatio(0.5); in testRoundTrip()
/external/llvm-project/llvm/lib/IR/
DModule.cpp691 ProfileSummary->setPartialProfileRatio(Ratio); in setPartialSampleProfileRatio()