Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DMemProfContextDisambiguation.h1 //==- MemProfContextDisambiguation.h - Context Disambiguation ----*- C++ -*-==//
28 class MemProfContextDisambiguation
29 : public PassInfoMixin<MemProfContextDisambiguation> {
47 MemProfContextDisambiguation(const ModuleSummaryIndex *Summary = nullptr);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp3492 bool MemProfContextDisambiguation::applyImport(Module &M) { in applyImport()
3857 bool MemProfContextDisambiguation::processModule( in processModule()
3881 MemProfContextDisambiguation::MemProfContextDisambiguation( in MemProfContextDisambiguation() function in MemProfContextDisambiguation
3913 PreservedAnalyses MemProfContextDisambiguation::run(Module &M, in run()
3924 void MemProfContextDisambiguation::run( in run()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp1691 MPM.addPass(MemProfContextDisambiguation(ImportSummary)); in buildThinLTODefaultPipeline()
1898 MPM.addPass(MemProfContextDisambiguation()); in buildLTODefaultPipeline()
H A DPassRegistry.def90 MODULE_PASS("memprof-context-disambiguation", MemProfContextDisambiguation())
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1774 MemProfContextDisambiguation ContextDisambiguation; in runThinLTO()
/freebsd/lib/clang/libllvm/
H A DMakefile1756 SRCS_MIN+= Transforms/IPO/MemProfContextDisambiguation.cpp