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.cpp126 auto AllocTypeString = getAllocTypeAttributeString(AllocType); in addAllocTypeAttribute() local
127 auto A = llvm::Attribute::get(Ctx, "memprof", AllocTypeString); in addAllocTypeAttribute()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp2838 std::string AllocTypeString = getAllocTypeAttributeString(AllocType); in updateAllocationCall() local
2840 "memprof", AllocTypeString); in updateAllocationCall()
2847 << ore::NV("Attribute", AllocTypeString)); in updateAllocationCall()
3758 std::string AllocTypeString = getAllocTypeAttributeString(AllocTy); in applyImport() local
3760 AllocTypeString); in applyImport()
3775 << ore::NV("Attribute", AllocTypeString)); in applyImport()