Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2593 IRPosition CBArgPos = IRPosition::callsite_argument(CB, I); in identifyDefaultAbstractAttributes() local
2596 getOrCreateAAFor<AAIsDead>(CBArgPos); in identifyDefaultAbstractAttributes()
2602 getAssumedSimplified(CBArgPos, /* AA */ nullptr, UsedAssumedInformation); in identifyDefaultAbstractAttributes()
2605 getOrCreateAAFor<AANoUndef>(CBArgPos); in identifyDefaultAbstractAttributes()
2611 getOrCreateAAFor<AANonNull>(CBArgPos); in identifyDefaultAbstractAttributes()
2614 getOrCreateAAFor<AANoCapture>(CBArgPos); in identifyDefaultAbstractAttributes()
2617 getOrCreateAAFor<AANoAlias>(CBArgPos); in identifyDefaultAbstractAttributes()
2620 getOrCreateAAFor<AADereferenceable>(CBArgPos); in identifyDefaultAbstractAttributes()
2623 getOrCreateAAFor<AAAlign>(CBArgPos); in identifyDefaultAbstractAttributes()
2627 getOrCreateAAFor<AAMemoryBehavior>(CBArgPos); in identifyDefaultAbstractAttributes()
[all …]