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