Searched refs:MemProfMD (Results 1 – 2 of 2) sorted by relevance
519 auto *MemProfMD = I.getMetadata(LLVMContext::MD_memprof); in computeFunctionSummary() local520 if (MemProfMD) { in computeFunctionSummary()523 for (auto &MDOp : MemProfMD->operands()) { in computeFunctionSummary()
1680 if (auto *MemProfMD = I.getMetadata(LLVMContext::MD_memprof)) { in ModuleCallsiteContextGraph() local1687 for (auto &MDOp : MemProfMD->operands()) { in ModuleCallsiteContextGraph()3663 auto *MemProfMD = I.getMetadata(LLVMContext::MD_memprof); in applyImport() local3668 assert(!MemProfMD); in applyImport()3682 if (MemProfMD) { in applyImport()3690 for (auto &MDOp : MemProfMD->operands()) { in applyImport()