Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStaticDataAnnotator.cpp49 StaticDataProfileInfo *SDPI = nullptr; member in StaticDataAnnotator
69 SDPI = &getAnalysis<StaticDataProfileInfoWrapperPass>() in runOnModule()
90 StringRef SectionPrefix = SDPI->getConstantSectionPrefix(&GV, PSI); in runOnModule()
H A DStaticDataSplitter.cpp49 StaticDataProfileInfo *SDPI = nullptr; member in StaticDataSplitter
105 SDPI = &getAnalysis<StaticDataProfileInfoWrapperPass>() in runOnMachineFunction()
198 SDPI->addConstantProfileCount(C, Count); in partitionStaticDataWithProfiles()
248 SDPI->addConstantProfileCount(C, std::nullopt); in annotateStaticDataWithoutProfiles()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h146 const StaticDataProfileInfo *SDPI = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp70 SDPI = &SDPIW->getStaticDataProfileInfo(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2866 if (TM.Options.EnableStaticDataPartitioning && C && SDPI && PSI) in getConstantSectionSuffix()
2867 return SDPI->getConstantSectionPrefix(C, PSI); in getConstantSectionSuffix()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp242 SDPI = &SDPIW->getStaticDataProfileInfo(); in runOnMachineFunction()