Searched refs:UnderlyingObjectsVector (Results 1 – 2 of 2) sorted by relevance
130 UnderlyingObjectsVector &Objects, in getUnderlyingObjectsForInstr()154 Objects.push_back(UnderlyingObjectsVector::value_type(PSV, MayAlias)); in getUnderlyingObjectsForInstr()162 Objects.push_back(UnderlyingObjectsVector::value_type(V, true)); in getUnderlyingObjectsForInstr()942 UnderlyingObjectsVector Objs; in buildSchedGraph()
116 using UnderlyingObjectsVector = SmallVector<UnderlyingObject, 4>; variable