Searched refs:addSingleAllocTypeAttribute (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryProfileInfo.cpp | 450 void CallStackTrie::addSingleAllocTypeAttribute(CallBase *CI, AllocationType AT, in addSingleAllocTypeAttribute() function in CallStackTrie 477 addSingleAllocTypeAttribute(CI, (AllocationType)Alloc->AllocTypes, in buildAndAttachMIBMetadata() 492 addSingleAllocTypeAttribute(CI, (AllocationType)Alloc->AllocTypes, in buildAndAttachMIBMetadata() 520 addSingleAllocTypeAttribute(CI, AllocationType::NotCold, "indistinguishable"); in buildAndAttachMIBMetadata()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | MemoryProfileInfo.h | 163 LLVM_ABI void addSingleAllocTypeAttribute(CallBase *CI, AllocationType AT,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemProfUse.cpp | 592 AllocTrie.addSingleAllocTypeAttribute(CI, AllocationType::Cold, in readMemprof()
|