Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DProfileSummary.h48 enum Kind { PSK_Instr, PSK_CSInstr, PSK_Sample }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOCtxProfFlattening.cpp200 ProfileSummary::Kind::PSK_Instr); in run()
H A DPGOInstrumentation.cpp2213 : ProfileSummary::PSK_Instr); in annotateAllFunctions()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp231 ProfileSummary::PSK_Instr, DetailedSummary, TotalCount, MaxCount, in getSummary()
H A DInstrProfReader.cpp1214 UseCS ? ProfileSummary::PSK_CSInstr : ProfileSummary::PSK_Instr, in readSummary()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DProfileSummary.cpp207 SummaryKind = PSK_Instr; in getFromMD()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h83 Summary->getKind() == ProfileSummary::PSK_Instr; in hasInstrumentationProfile()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp996 llvm::ProfileSummary::PSK_Instr); in Release()