Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp381 std::vector<Metadata *> &MIBNodes, in buildMIBNodes() argument
389 MIBNodes.push_back( in buildMIBNodes()
418 saveFilteredNewMIBNodes(NewMIBNodes, MIBNodes, MIBCallStack.size() + 1, in buildMIBNodes()
444 MIBNodes.push_back(createMIBNode(Ctx, MIBCallStack, AllocationType::NotCold, in buildMIBNodes()
500 std::vector<Metadata *> MIBNodes; in buildAndAttachMIBMetadata() local
507 if (buildMIBNodes(Alloc, Ctx, MIBCallStack, MIBNodes, in buildAndAttachMIBMetadata()
512 CI->setMetadata(LLVMContext::MD_memprof, MDNode::get(Ctx, MIBNodes)); in buildAndAttachMIBMetadata()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryProfileInfo.h126 std::vector<Metadata *> &MIBNodes,