Searched refs:MemProfMD (Results 1 – 2 of 2) sorted by relevance
488 auto *MemProfMD = I.getMetadata(LLVMContext::MD_memprof); in computeFunctionSummary() local489 if (MemProfMD) { in computeFunctionSummary()491 for (auto &MDOp : MemProfMD->operands()) { in computeFunctionSummary()
1536 if (auto *MemProfMD = I.getMetadata(LLVMContext::MD_memprof)) { in ModuleCallsiteContextGraph() local1543 for (auto &MDOp : MemProfMD->operands()) { in ModuleCallsiteContextGraph()3440 auto *MemProfMD = I.getMetadata(LLVMContext::MD_memprof); in applyImport() local3445 assert(!MemProfMD); in applyImport()3459 if (MemProfMD) { in applyImport()3467 for (auto &MDOp : MemProfMD->operands()) { in applyImport()