Searched refs:MIBCallStack (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryProfileInfo.cpp | 187 static MDNode *createMIBNode(LLVMContext &Ctx, ArrayRef<uint64_t> MIBCallStack, in createMIBNode() argument 193 {buildCallstackMetadata(MIBCallStack, Ctx)}); in createMIBNode() 380 std::vector<uint64_t> &MIBCallStack, in buildMIBNodes() argument 390 createMIBNode(Ctx, MIBCallStack, (AllocationType)Node->AllocTypes, in buildMIBNodes() 409 MIBCallStack.push_back(Caller.first); in buildMIBNodes() 411 Caller.second, Ctx, MIBCallStack, NewMIBNodes, in buildMIBNodes() 414 MIBCallStack.pop_back(); in buildMIBNodes() 418 saveFilteredNewMIBNodes(NewMIBNodes, MIBNodes, MIBCallStack.size() + 1, in buildMIBNodes() 444 MIBNodes.push_back(createMIBNode(Ctx, MIBCallStack, AllocationType::NotCold, in buildMIBNodes() 498 std::vector<uint64_t> MIBCallStack; in buildAndAttachMIBMetadata() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | MemoryProfileInfo.h | 125 std::vector<uint64_t> &MIBCallStack,
|