Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DObjCARCInstKind.cpp58 case ARCInstKind::StoreWeak: in operator <<()
127 return ARCInstKind::StoreWeak; in GetFunctionClass()
329 case ARCInstKind::StoreWeak: in IsUser()
362 case ARCInstKind::StoreWeak: in IsRetain()
397 case ARCInstKind::StoreWeak: in IsAutorelease()
432 case ARCInstKind::StoreWeak: in IsForwarding()
466 case ARCInstKind::StoreWeak: in IsNoopOnNull()
501 case ARCInstKind::StoreWeak: in IsNoopOnGlobal()
537 case ARCInstKind::StoreWeak: in IsAlwaysTail()
576 case ARCInstKind::StoreWeak: in IsNeverTail()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DObjCARCInstKind.h44 StoreWeak, ///< objc_storeWeak (primitive) enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp918 case ARCInstKind::StoreWeak: in OptimizeIndividualCallImpl()
2067 case ARCInstKind::StoreWeak: in OptimizeWeakCalls()
2130 case ARCInstKind::StoreWeak: in OptimizeWeakCalls()
2142 case ARCInstKind::StoreWeak: in OptimizeWeakCalls()
2405 (1 << unsigned(ARCInstKind::StoreWeak)) | in runOnFunction()