Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DProfileSummary.h47 enum Kind { PSK_Instr, PSK_CSInstr, PSK_Sample }; enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DProfileSummary.cpp210 SummaryKind = PSK_CSInstr; in getFromMD()
H A DModule.cpp671 if (Kind == ProfileSummary::PSK_CSInstr) in getRtLibUseGOT()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h88 Summary->getKind() == ProfileSummary::PSK_CSInstr; in hasCSInstrumentationProfile()
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1181 UseCS ? ProfileSummary::PSK_CSInstr : ProfileSummary::PSK_Instr, in readHeader()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2107 IsCS ? ProfileSummary::PSK_CSInstr in annotateAllFunctions()