Searched refs:MIBCallStack (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryProfileInfo.cpp | 187 std::vector<uint64_t> &MIBCallStack, in createMIBNode() argument 190 {buildCallstackMetadata(MIBCallStack, Ctx)}); in createMIBNode() 203 std::vector<uint64_t> &MIBCallStack, in buildMIBNodes() argument 210 Ctx, MIBCallStack, (AllocationType)Node->AllocTypes, Node->TotalSize)); in buildMIBNodes() 220 MIBCallStack.push_back(Caller.first); in buildMIBNodes() 222 buildMIBNodes(Caller.second, Ctx, MIBCallStack, MIBNodes, in buildMIBNodes() 225 MIBCallStack.pop_back(); in buildMIBNodes() 246 MIBNodes.push_back(createMIBNode(Ctx, MIBCallStack, AllocationType::NotCold, in buildMIBNodes() 267 std::vector<uint64_t> MIBCallStack; in buildAndAttachMIBMetadata() local 268 MIBCallStack.push_back(AllocStackId); in buildAndAttachMIBMetadata() [all …]
|
| /src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | MemoryProfileInfo.h | 83 std::vector<uint64_t> &MIBCallStack,
|