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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DPtrState.cpp29 case S_Retain:
30 return OS << "S_Retain";
60 if ((A == S_Retain || A == S_CanRelease) &&
209 case S_Retain:
237 case S_Retain:
287 case S_Retain:
309 if (GetSeq() == S_Retain)
312 ResetSequenceProgress(S_Retain);
331 case S_Retain:
333 if (OldSeq == S_Retain || ReleaseMetadat
[all...]
H A DPtrState.h39 S_Retain, ///< objc_retain(x). enumerator in enum:llvm::objcarc::Sequence
H A DObjCARCOpts.cpp968 case S_Retain:
997 case S_Retain:
1018 // We only care about S_Retain, S_CanRelease, and S_Use.
1024 assert((Seq == S_Retain || Seq == S_CanRelease || Seq == S_Use) &&
1047 // all three cases that we are handling here: S_Retain, S_Use, and
1076 case S_Retain:

Completed in 106 milliseconds