Searched refs:AllRetainTypes (Results 1 – 6 of 6) sorted by relevance
57 for (unsigned I = 0, E = AllRetainTypes.size(); I < E; I++) in finalize()58 if (RetainSet.insert(AllRetainTypes[I]).second) in finalize()59 RetainValues.push_back(AllRetainTypes[I]); in finalize()474 AllRetainTypes.emplace_back(T); in retainType()
84 for (unsigned I = 0, E = AllRetainTypes.size(); I < E; I++) in finalize()85 if (RetainSet.insert(AllRetainTypes[I]).second) in finalize()86 RetainValues.push_back(AllRetainTypes[I]); in finalize()569 AllRetainTypes.emplace_back(T); in retainType()
61 SmallVector<Value *, 4> AllRetainTypes; variable
44 SmallVector<TrackingMDNodeRef, 4> AllRetainTypes; variable
42 DIArray RetainTypes = getOrCreateArray(AllRetainTypes); in finalize()596 AllRetainTypes.push_back(T); in retainType()
53 SmallVector<TrackingMDNodeRef, 4> AllRetainTypes; variable