Home | History | Annotate | Download | only in IR

Lines Matching refs:TargetDepAttrs

986   TargetDepAttrs[A] = V;
1025 Iter = TargetDepAttrs.find(Attr.getKindAsString());
1026 if (Iter != TargetDepAttrs.end())
1027 TargetDepAttrs.erase(Iter);
1035 std::map<std::string, std::string>::iterator I = TargetDepAttrs.find(A);
1036 if (I != TargetDepAttrs.end())
1037 TargetDepAttrs.erase(I);
1074 for (td_const_iterator I = B.TargetDepAttrs.begin(),
1075 E = B.TargetDepAttrs.end(); I != E; ++I)
1076 TargetDepAttrs[I->first] = I->second;
1082 return TargetDepAttrs.find(A) != TargetDepAttrs.end();
1086 return !Attrs.none() || !TargetDepAttrs.empty();
1107 return TargetDepAttrs.find(Attr.getKindAsString())!=TargetDepAttrs.end();
1122 for (td_const_iterator I = TargetDepAttrs.begin(),
1123 E = TargetDepAttrs.end(); I != E; ++I)
1124 if (B.TargetDepAttrs.find(I->first) == B.TargetDepAttrs.end())