Home
last modified time | relevance | path

Searched refs:addSingleAllocTypeAttribute (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp450 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 DMemoryProfileInfo.h163 LLVM_ABI void addSingleAllocTypeAttribute(CallBase *CI, AllocationType AT,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfUse.cpp592 AllocTrie.addSingleAllocTypeAttribute(CI, AllocationType::Cold, in readMemprof()