Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp45 case ARCInstKind::AutoreleasepoolPush: in operator <<()
96 return ARCInstKind::AutoreleasepoolPush; in GetFunctionClass()
322 case ARCInstKind::AutoreleasepoolPush: in IsUser()
355 case ARCInstKind::AutoreleasepoolPush: in IsRetain()
390 case ARCInstKind::AutoreleasepoolPush: in IsAutorelease()
426 case ARCInstKind::AutoreleasepoolPush: in IsForwarding()
460 case ARCInstKind::AutoreleasepoolPush: in IsNoopOnNull()
497 case ARCInstKind::AutoreleasepoolPush: in IsNoopOnGlobal()
531 case ARCInstKind::AutoreleasepoolPush: in IsAlwaysTail()
570 case ARCInstKind::AutoreleasepoolPush: in IsNeverTail()
[all …]
H A DObjCARCAliasAnalysis.cpp128 case ARCInstKind::AutoreleasepoolPush: in getModRefInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DDependencyAnalysis.cpp133 case ARCInstKind::AutoreleasepoolPush: in Depends()
145 case ARCInstKind::AutoreleasepoolPush: in Depends()
160 case ARCInstKind::AutoreleasepoolPush: in Depends()
171 case ARCInstKind::AutoreleasepoolPush: in Depends()
H A DObjCARCAPElim.cpp70 case ARCInstKind::AutoreleasepoolPush: in OptimizeBB()
H A DObjCARCOpts.cpp1368 case ARCInstKind::AutoreleasepoolPush: in VisitInstructionBottomUp()
1552 case ARCInstKind::AutoreleasepoolPush: in VisitInstructionTopDown()
2184 case ARCInstKind::AutoreleasepoolPush: in OptimizeWeakCalls()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCInstKind.h36 AutoreleasepoolPush, ///< objc_autoreleasePoolPush enumerator