Home
last modified time | relevance | path

Searched refs:IsPartialProfile (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/lib/IR/
DProfileSummary.cpp236 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/
DSampleProfTest.cpp83 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/
Dsplit-machine-functions.ll77 !10 = !{!"IsPartialProfile", i64 0}
/external/llvm-project/llvm/unittests/IR/
DModuleTest.cpp139 !9 = !{!"IsPartialProfile", i64 1} in TEST()
/external/llvm-project/llvm/unittests/Analysis/
DProfileSummaryInfoTest.cpp50 uint64_t IsPartialProfile = 0, in makeLLVMModule() argument
115 formatv(SummaryString, ProfKind, NumCounts, IsPartialProfile, in makeLLVMModule()
/external/llvm-project/llvm/test/Transforms/PartialInlining/
Dswitch_stmt.ll107 !10 = !{!"IsPartialProfile", i64 0}