Home
last modified time | relevance | path

Searched refs:getMIBStackNode (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp80 MDNode *llvm::memprof::getMIBStackNode(const MDNode *MIB) { in getMIBStackNode() function in llvm::memprof
160 MDNode *StackMD = getMIBStackNode(MIB); in addCallStack()
340 MDNode *StackMD = getMIBStackNode(MIBMD); in saveFilteredNewMIBNodes()
354 MDNode *StackMD = getMIBStackNode(MIBMD); in saveFilteredNewMIBNodes()
H A DModuleSummaryAnalysis.cpp531 MDNode *StackNode = getMIBStackNode(MIBMD); in computeFunctionSummary()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryProfileInfo.h51 LLVM_ABI MDNode *getMIBStackNode(const MDNode *MIB);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp2157 MDNode *StackNode = getMIBStackNode(MIBMD); in ModuleCallsiteContextGraph()
5083 MDNode *StackMDNode = getMIBStackNode(MIBMD); in checkAllocContextIds()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp883 MDNode *StackMD = getMIBStackNode(MIB); in propagateMemProfHelper()