Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DObjCARCUtil.h30 getAttachedCallOperandBundleEnum(bool IsRetain) { in getAttachedCallOperandBundleEnum() argument
31 return IsRetain ? RVOB_Retain : RVOB_Claim; in getAttachedCallOperandBundleEnum()
34 inline bool hasAttachedCallOpBundle(const CallBase *CB, bool IsRetain) { in hasAttachedCallOpBundle() argument
39 getAttachedCallOperandBundleEnum(IsRetain); in hasAttachedCallOpBundle()
H A DObjCARCInstKind.h62 bool IsRetain(ARCInstKind Class);
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp233 if (IsRetain(Class)) in findSafeStoreForStoreStrongContraction()
H A DObjCARCOpts.cpp2276 if (!Retain || !IsRetain(GetBasicARCInstKind(Retain)) || in FindPredecessorRetainWithSafePath()
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp345 bool llvm::objcarc::IsRetain(ARCInstKind Class) { in IsRetain() function in llvm::objcarc