Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Objs

106     SmallVector<Value *, 4> Objs;
107 GetUnderlyingObjects(const_cast<Value *>(V), Objs, DL);
109 for (SmallVectorImpl<Value *>::iterator I = Objs.begin(), IE = Objs.end();
160 SmallVector<Value *, 4> Objs;
161 getUnderlyingObjects(V, Objs, DL);
163 for (SmallVectorImpl<Value *>::iterator I = Objs.begin(), IE = Objs.end();
496 SmallVector<Value *, 4> Objs;
497 getUnderlyingObjects(V, Objs, DL);
498 for (SmallVectorImpl<Value *>::iterator I = Objs.begin(),
499 IE = Objs.end(); I != IE; ++I) {
936 UnderlyingObjectsVector Objs;
937 getUnderlyingObjectsForInstr(MI, MFI, Objs, *TM.getDataLayout());
939 if (Objs.empty()) {
945 for (UnderlyingObjectsVector::iterator K = Objs.begin(), KE = Objs.end();
1011 UnderlyingObjectsVector Objs;
1012 getUnderlyingObjectsForInstr(MI, MFI, Objs, *TM.getDataLayout());
1014 if (Objs.empty()) {
1030 J = Objs.begin(), JE = Objs.end(); J != JE; ++J) {