Home
last modified time | relevance | path

Searched refs:AllocTypeString (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp452 auto AllocTypeString = getAllocTypeAttributeString(AT); in addSingleAllocTypeAttribute() local
453 auto A = llvm::Attribute::get(CI->getContext(), "memprof", AllocTypeString); in addSingleAllocTypeAttribute()
469 << ore::NV("Attribute", AllocTypeString)); in addSingleAllocTypeAttribute()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp3943 std::string AllocTypeString = getAllocTypeAttributeString(AllocType); in updateAllocationCall() local
3945 "memprof", AllocTypeString); in updateAllocationCall()
3952 << ore::NV("Attribute", AllocTypeString)); in updateAllocationCall()
5366 std::string AllocTypeString = getAllocTypeAttributeString(AllocTy); in applyImport() local
5368 AllocTypeString); in applyImport()
5383 << ore::NV("Attribute", AllocTypeString)); in applyImport()