Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp488 auto *MemProfMD = I.getMetadata(LLVMContext::MD_memprof); in computeFunctionSummary() local
489 if (MemProfMD) { in computeFunctionSummary()
491 for (auto &MDOp : MemProfMD->operands()) { in computeFunctionSummary()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp1536 if (auto *MemProfMD = I.getMetadata(LLVMContext::MD_memprof)) { in ModuleCallsiteContextGraph() local
1543 for (auto &MDOp : MemProfMD->operands()) { in ModuleCallsiteContextGraph()
3440 auto *MemProfMD = I.getMetadata(LLVMContext::MD_memprof); in applyImport() local
3445 assert(!MemProfMD); in applyImport()
3459 if (MemProfMD) { in applyImport()
3467 for (auto &MDOp : MemProfMD->operands()) { in applyImport()