Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp11870 struct AAUnderlyingObjectsImpl struct
11873 AAUnderlyingObjectsImpl(const IRPosition &IRP, Attributor &A) : BaseTy(IRP) {} in AAUnderlyingObjectsImpl() function
11993 struct AAUnderlyingObjectsFloating final : AAUnderlyingObjectsImpl {
11995 : AAUnderlyingObjectsImpl(IRP, A) {} in AAUnderlyingObjectsFloating()
11998 struct AAUnderlyingObjectsArgument final : AAUnderlyingObjectsImpl {
12000 : AAUnderlyingObjectsImpl(IRP, A) {} in AAUnderlyingObjectsArgument()
12003 struct AAUnderlyingObjectsCallSite final : AAUnderlyingObjectsImpl {
12005 : AAUnderlyingObjectsImpl(IRP, A) {} in AAUnderlyingObjectsCallSite()
12008 struct AAUnderlyingObjectsCallSiteArgument final : AAUnderlyingObjectsImpl {
12010 : AAUnderlyingObjectsImpl(IRP, A) {} in AAUnderlyingObjectsCallSiteArgument()
[all …]