Searched refs:IsPartialProfile (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/llvm/lib/IR/ |
D | ProfileSummary.cpp | 236 uint64_t IsPartialProfile = 0; in getFromMD() local 237 if (!getOptionalVal(Tuple, I, "IsPartialProfile", IsPartialProfile)) in getFromMD() 248 NumCounts, NumFunctions, IsPartialProfile, in getFromMD()
|
/external/llvm-project/llvm/unittests/ProfileData/ |
D | SampleProfTest.cpp | 83 const bool IsPartialProfile = Summary.isPartialProfile(); in verifyProfileSummary() local 85 auto VerifySummary = [IsPartialProfile, PartialProfileRatio]( in verifyProfileSummary() 93 ASSERT_EQ(IsPartialProfile, Summary.isPartialProfile()); in verifyProfileSummary()
|
/external/llvm-project/lldb/test/Shell/Unwind/Inputs/ |
D | split-machine-functions.ll | 77 !10 = !{!"IsPartialProfile", i64 0}
|
/external/llvm-project/llvm/unittests/IR/ |
D | ModuleTest.cpp | 139 !9 = !{!"IsPartialProfile", i64 1} in TEST()
|
/external/llvm-project/llvm/unittests/Analysis/ |
D | ProfileSummaryInfoTest.cpp | 50 uint64_t IsPartialProfile = 0, in makeLLVMModule() argument 115 formatv(SummaryString, ProfKind, NumCounts, IsPartialProfile, in makeLLVMModule()
|
/external/llvm-project/llvm/test/Transforms/PartialInlining/ |
D | switch_stmt.ll | 107 !10 = !{!"IsPartialProfile", i64 0}
|