Home
last modified time | relevance | path

Searched defs:PartialProfileRatio (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/include/llvm/IR/
H A DProfileSummary.h64 double PartialProfileRatio = 0.0; variable
/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp129 double PartialProfileRatio = Summary->getPartialProfileRatio(); in computeThresholds() local
/llvm-project/llvm/lib/IR/
H A DProfileSummary.cpp238 double PartialProfileRatio = 0; in getFromMD() local
/llvm-project/llvm/unittests/Analysis/
H A DProfileSummaryInfoTest.cpp51 double PartialProfileRatio = 0.0, in makeLLVMModule() argument
/llvm-project/llvm/unittests/ProfileData/
H A DSampleProfTest.cpp88 const double PartialProfileRatio = Summary.getPartialProfileRatio(); in verifyProfileSummary() local