Searched refs:MemProfMD (Results 1 – 2 of 2) sorted by relevance
524 auto *MemProfMD = I.getMetadata(LLVMContext::MD_memprof); in computeFunctionSummary() local525 if (MemProfMD) { in computeFunctionSummary()529 for (auto &MDOp : MemProfMD->operands()) { in computeFunctionSummary()
2132 if (auto *MemProfMD = I.getMetadata(LLVMContext::MD_memprof)) { in ModuleCallsiteContextGraph() local2139 for (auto &MDOp : MemProfMD->operands()) { in ModuleCallsiteContextGraph()5075 const AllocInfo &AllocNode, const MDNode *MemProfMD, in checkAllocContextIds() argument5079 for (auto &MDOp : MemProfMD->operands()) { in checkAllocContextIds()5300 auto *MemProfMD = I.getMetadata(LLVMContext::MD_memprof); in applyImport() local5305 assert(!MemProfMD); in applyImport()5316 if (MemProfMD) { in applyImport()5322 checkAllocContextIds(AllocNode, MemProfMD, CallsiteContext, in applyImport()