Lines Matching refs:Objs
142 SmallVector<Value *, 4> Objs; in getUnderlyingObjects() local
143 GetUnderlyingObjects(const_cast<Value *>(V), Objs, DL); in getUnderlyingObjects()
145 for (SmallVectorImpl<Value *>::iterator I = Objs.begin(), IE = Objs.end(); in getUnderlyingObjects()
193 SmallVector<Value *, 4> Objs; in getUnderlyingObjectsForInstr() local
194 getUnderlyingObjects(V, Objs, DL); in getUnderlyingObjectsForInstr()
196 for (Value *V : Objs) { in getUnderlyingObjectsForInstr()
1037 UnderlyingObjectsVector Objs; in buildSchedGraph() local
1038 getUnderlyingObjectsForInstr(&MI, MFI, Objs, MF.getDataLayout()); in buildSchedGraph()
1041 if (Objs.empty()) { in buildSchedGraph()
1053 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()
1063 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()
1076 if (Objs.empty()) { in buildSchedGraph()
1083 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()