Searched refs:PartialProfileRatio (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/llvm/include/llvm/IR/ |
D | ProfileSummary.h | 64 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/ |
D | ProfileSummary.cpp | 239 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/ |
D | SampleProfTest.cpp | 84 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/ |
D | split-machine-functions.ll | 78 !11 = !{!"PartialProfileRatio", double 0.000000e+00}
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ProfileSummaryInfo.cpp | 295 double PartialProfileRatio = Summary->getPartialProfileRatio(); in computeThresholds() local 297 static_cast<uint64_t>(HotEntry.NumCounts * PartialProfileRatio * in computeThresholds()
|
/external/llvm-project/llvm/unittests/IR/ |
D | ModuleTest.cpp | 140 !10 = !{!"PartialProfileRatio", double 0.0} in TEST()
|
/external/llvm-project/llvm/unittests/Analysis/ |
D | ProfileSummaryInfoTest.cpp | 51 double PartialProfileRatio = 0.0, in makeLLVMModule() argument 116 PartialProfileRatio, HotNumCounts, ColdNumCounts) in makeLLVMModule()
|
/external/llvm-project/llvm/test/Transforms/PartialInlining/ |
D | switch_stmt.ll | 108 !11 = !{!"PartialProfileRatio", double 0.000000e+00}
|