Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DPtrState.cpp206 Sequence OldSeq = GetSeq(); in MatchWithRetain() local
207 switch (OldSeq) { in MatchWithRetain()
213 if (OldSeq != S_Use || IsTrackingImpreciseReleases()) in MatchWithRetain()
353 Sequence OldSeq = GetSeq(); in MatchWithRelease() local
358 switch (OldSeq) { in MatchWithRelease()
361 if (OldSeq == S_Retain || ReleaseMetadata != nullptr) in MatchWithRelease()