Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2154 IRPosition CBArgPos = IRPosition::callsite_argument(CB, I); in identifyDefaultAbstractAttributes() local
2157 getOrCreateAAFor<AAIsDead>(CBArgPos); in identifyDefaultAbstractAttributes()
2160 getOrCreateAAFor<AAValueSimplify>(CBArgPos); in identifyDefaultAbstractAttributes()
2163 getOrCreateAAFor<AANoUndef>(CBArgPos); in identifyDefaultAbstractAttributes()
2169 getOrCreateAAFor<AANonNull>(CBArgPos); in identifyDefaultAbstractAttributes()
2172 getOrCreateAAFor<AANoCapture>(CBArgPos); in identifyDefaultAbstractAttributes()
2175 getOrCreateAAFor<AANoAlias>(CBArgPos); in identifyDefaultAbstractAttributes()
2178 getOrCreateAAFor<AADereferenceable>(CBArgPos); in identifyDefaultAbstractAttributes()
2181 getOrCreateAAFor<AAAlign>(CBArgPos); in identifyDefaultAbstractAttributes()
2185 getOrCreateAAFor<AAMemoryBehavior>(CBArgPos); in identifyDefaultAbstractAttributes()
[all …]