Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DPtrState.cpp41 case S_Retain: in operator <<()
70 if ((A == S_Retain || A == S_CanRelease) && in MergeSeqs()
220 case S_Retain: in MatchWithRetain()
247 case S_Retain: in HandlePotentialAlterRefCount()
315 case S_Retain: in HandlePotentialUse()
337 if (GetSeq() == S_Retain) in InitTopDown()
340 ResetSequenceProgress(S_Retain); in InitTopDown()
359 case S_Retain: in MatchWithRelease()
361 if (OldSeq == S_Retain || ReleaseMetadata != nullptr) in MatchWithRelease()
390 case S_Retain: in HandlePotentialAlterRefCount()
[all …]
H A DPtrState.h43 S_Retain, ///< objc_retain(x). enumerator
H A DObjCARCOpts.cpp1200 case S_Retain: in CheckForUseCFGHazard()
1228 case S_Retain: in CheckForCanReleaseCFGHazard()
1255 assert((Seq == S_Retain || Seq == S_CanRelease || Seq == S_Use) && in CheckForCFGHazards()
1303 case S_Retain: in CheckForCFGHazards()
1512 if (S.GetSeq() == S_Retain) in VisitInstructionTopDown()