Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/IR/
DProfileSummary.h64 double PartialProfileRatio = 0; variable
75 bool Partial = false, double PartialProfileRatio = 0)
80 PartialProfileRatio(PartialProfileRatio) {} in PSK()
97 double getPartialProfileRatio() { return PartialProfileRatio; } in getPartialProfileRatio()
100 PartialProfileRatio = R; in setPartialProfileRatio()
/external/llvm-project/llvm/lib/IR/
DProfileSummary.cpp239 double PartialProfileRatio = 0; in getFromMD() local
240 if (!getOptionalVal(Tuple, I, "PartialProfileRatio", PartialProfileRatio)) in getFromMD()
249 PartialProfileRatio); in getFromMD()
/external/llvm-project/llvm/unittests/ProfileData/
DSampleProfTest.cpp84 const double PartialProfileRatio = Summary.getPartialProfileRatio(); in verifyProfileSummary() local
85 auto VerifySummary = [IsPartialProfile, PartialProfileRatio]( in verifyProfileSummary()
94 ASSERT_EQ(PartialProfileRatio, Summary.getPartialProfileRatio()); in verifyProfileSummary()
/external/llvm-project/lldb/test/Shell/Unwind/Inputs/
Dsplit-machine-functions.ll78 !11 = !{!"PartialProfileRatio", double 0.000000e+00}
/external/llvm-project/llvm/lib/Analysis/
DProfileSummaryInfo.cpp295 double PartialProfileRatio = Summary->getPartialProfileRatio(); in computeThresholds() local
297 static_cast<uint64_t>(HotEntry.NumCounts * PartialProfileRatio * in computeThresholds()
/external/llvm-project/llvm/unittests/IR/
DModuleTest.cpp140 !10 = !{!"PartialProfileRatio", double 0.0} in TEST()
/external/llvm-project/llvm/unittests/Analysis/
DProfileSummaryInfoTest.cpp51 double PartialProfileRatio = 0.0, in makeLLVMModule() argument
116 PartialProfileRatio, HotNumCounts, ColdNumCounts) in makeLLVMModule()
/external/llvm-project/llvm/test/Transforms/PartialInlining/
Dswitch_stmt.ll108 !11 = !{!"PartialProfileRatio", double 0.000000e+00}