Lines Matching defs:Objs
102 SmallVector<Value *, 4> Objs;
103 GetUnderlyingObjects(const_cast<Value *>(V), Objs, DL);
105 for (SmallVectorImpl<Value *>::iterator I = Objs.begin(), IE = Objs.end();
163 SmallVector<Value *, 4> Objs;
164 getUnderlyingObjects(V, Objs, DL);
166 for (Value *V : Objs) {
551 SmallVector<Value *, 4> Objs;
552 getUnderlyingObjects(V, Objs, DL);
553 for (Value *V : Objs) {
1021 UnderlyingObjectsVector Objs;
1022 getUnderlyingObjectsForInstr(MI, MFI, Objs, MF.getDataLayout());
1024 if (Objs.empty()) {
1030 for (UnderlyingObjectsVector::iterator K = Objs.begin(), KE = Objs.end();
1096 UnderlyingObjectsVector Objs;
1097 getUnderlyingObjectsForInstr(MI, MFI, Objs, MF.getDataLayout());
1099 if (Objs.empty()) {
1115 J = Objs.begin(), JE = Objs.end(); J != JE; ++J) {