Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp116 auto AllocTypeString = getAllocTypeAttributeString(AllocType); in addAllocTypeAttribute() local
117 auto A = llvm::Attribute::get(Ctx, "memprof", AllocTypeString); in addAllocTypeAttribute()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp2627 std::string AllocTypeString = getAllocTypeAttributeString(AllocType); in updateAllocationCall() local
2629 "memprof", AllocTypeString); in updateAllocationCall()
2636 << ore::NV("Attribute", AllocTypeString)); in updateAllocationCall()
3529 std::string AllocTypeString = getAllocTypeAttributeString(AllocTy); in applyImport() local
3531 AllocTypeString); in applyImport()
3546 << ore::NV("Attribute", AllocTypeString)); in applyImport()