Home
last modified time | relevance | path

Searched refs:MemProfMD (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp519 auto *MemProfMD = I.getMetadata(LLVMContext::MD_memprof); in computeFunctionSummary() local
520 if (MemProfMD) { in computeFunctionSummary()
523 for (auto &MDOp : MemProfMD->operands()) { in computeFunctionSummary()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp1680 if (auto *MemProfMD = I.getMetadata(LLVMContext::MD_memprof)) { in ModuleCallsiteContextGraph() local
1687 for (auto &MDOp : MemProfMD->operands()) { in ModuleCallsiteContextGraph()
3663 auto *MemProfMD = I.getMetadata(LLVMContext::MD_memprof); in applyImport() local
3668 assert(!MemProfMD); in applyImport()
3682 if (MemProfMD) { in applyImport()
3690 for (auto &MDOp : MemProfMD->operands()) { in applyImport()