Home | History | Annotate | Download | only in CodeGen

Lines Matching full:objs

98     SmallVector<Value *, 4> Objs;
99 GetUnderlyingObjects(const_cast<Value *>(V), Objs);
101 for (SmallVectorImpl<Value *>::iterator I = Objs.begin(), IE = Objs.end();
137 SmallVector<Value *, 4> Objs;
138 getUnderlyingObjects(V, Objs);
140 for (SmallVectorImpl<Value *>::iterator I = Objs.begin(), IE = Objs.end();
466 SmallVector<Value *, 4> Objs;
467 getUnderlyingObjects(V, Objs);
468 for (SmallVectorImpl<Value *>::iterator I = Objs.begin(),
469 IE = Objs.end(); I != IE; ++I) {
851 UnderlyingObjectsVector Objs;
852 getUnderlyingObjectsForInstr(MI, MFI, Objs);
854 if (Objs.empty()) {
860 for (UnderlyingObjectsVector::iterator K = Objs.begin(), KE = Objs.end();
925 UnderlyingObjectsVector Objs;
926 getUnderlyingObjectsForInstr(MI, MFI, Objs);
928 if (Objs.empty()) {
942 J = Objs.begin(), JE = Objs.end(); J != JE; ++J) {