Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Itr

752     iterator Itr = find(V);
753 if (Itr != end()) {
754 assert (NumNodes >= Itr->second.size());
755 NumNodes -= Itr->second.size();
757 Itr->second.clear();
793 Value2SUsMap::iterator Itr = Val2SUsMap.find(V);
794 if (Itr != Val2SUsMap.end())
795 addChainDependencies(SU, Itr->second,
1125 for (auto &Itr : *this) {
1126 if (Itr.first.is<const Value*>()) {
1127 const Value *V = Itr.first.get<const Value*>();
1133 else if (Itr.first.is<const PseudoSourceValue*>())
1134 dbgs() << Itr.first.get<const PseudoSourceValue*>();
1139 dumpSUList(Itr.second);