Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/ObjCARC/
DPtrState.cpp194 Sequence OldSeq = GetSeq(); in MatchWithRetain() local
195 switch (OldSeq) { in MatchWithRetain()
202 if (OldSeq != S_Use || IsTrackingImpreciseReleases()) in MatchWithRetain()
325 Sequence OldSeq = GetSeq(); in MatchWithRelease() local
330 switch (OldSeq) { in MatchWithRelease()
333 if (OldSeq == S_Retain || ReleaseMetadata != nullptr) in MatchWithRelease()