Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributor.cpp3051 IRPosition CBArgPos = IRPosition::callsite_argument(CB, I); in identifyDefaultAbstractAttributes() local
3054 getOrCreateAAFor<AAIsDead>(CBArgPos); in identifyDefaultAbstractAttributes()
3060 getAssumedSimplified(CBArgPos, /* AA */ nullptr, UsedAssumedInformation, in identifyDefaultAbstractAttributes()
3064 getOrCreateAAFor<AANoUndef>(CBArgPos); in identifyDefaultAbstractAttributes()
3070 getOrCreateAAFor<AANonNull>(CBArgPos); in identifyDefaultAbstractAttributes()
3073 getOrCreateAAFor<AANoCapture>(CBArgPos); in identifyDefaultAbstractAttributes()
3076 getOrCreateAAFor<AANoAlias>(CBArgPos); in identifyDefaultAbstractAttributes()
3079 getOrCreateAAFor<AADereferenceable>(CBArgPos); in identifyDefaultAbstractAttributes()
3082 getOrCreateAAFor<AAAlign>(CBArgPos); in identifyDefaultAbstractAttributes()
3086 getOrCreateAAFor<AAMemoryBehavior>(CBArgPos); in identifyDefaultAbstractAttributes()
[all …]