Home | History | Annotate | Download | only in IR

Lines Matching refs:TargetDepAttrs

1152   TargetDepAttrs.clear();
1186 TargetDepAttrs[A] = V;
1230 std::map<std::string, std::string>::iterator I = TargetDepAttrs.find(A);
1231 if (I != TargetDepAttrs.end())
1232 TargetDepAttrs.erase(I);
1293 TargetDepAttrs[I.first] = I.second;
1315 TargetDepAttrs.erase(I.first);
1334 return TargetDepAttrs.find(A) != TargetDepAttrs.end();
1338 return !Attrs.none() || !TargetDepAttrs.empty();
1358 return TargetDepAttrs.find(Attr.getKindAsString())!=TargetDepAttrs.end();
1373 for (td_const_iterator I = TargetDepAttrs.begin(),
1374 E = TargetDepAttrs.end(); I != E; ++I)
1375 if (B.TargetDepAttrs.find(I->first) == B.TargetDepAttrs.end())