Searched refs:MIBCallStack (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | MemoryProfileInfo.cpp | 147 std::vector<uint64_t> &MIBCallStack, in createMIBNode() argument 150 {buildCallstackMetadata(MIBCallStack, Ctx)}); in createMIBNode() 160 std::vector<uint64_t> &MIBCallStack, in buildMIBNodes() argument 167 createMIBNode(Ctx, MIBCallStack, (AllocationType)Node->AllocTypes)); in buildMIBNodes() 177 MIBCallStack.push_back(Caller.first); in buildMIBNodes() 179 buildMIBNodes(Caller.second, Ctx, MIBCallStack, MIBNodes, in buildMIBNodes() 182 MIBCallStack.pop_back(); in buildMIBNodes() 203 MIBNodes.push_back(createMIBNode(Ctx, MIBCallStack, AllocationType::NotCold)); in buildMIBNodes() 216 std::vector<uint64_t> MIBCallStack; in buildAndAttachMIBMetadata() local 217 MIBCallStack.push_back(AllocStackId); in buildAndAttachMIBMetadata() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | MemoryProfileInfo.h | 72 std::vector<uint64_t> &MIBCallStack,
|