Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Itr

601     iterator Itr = find(V);
602 if (Itr != end()) {
603 assert(NumNodes >= Itr->second.size());
604 NumNodes -= Itr->second.size();
606 Itr->second.clear();
642 Value2SUsMap::iterator Itr = Val2SUsMap.find(V);
643 if (Itr != Val2SUsMap.end())
644 addChainDependencies(SU, Itr->second,
967 for (auto &Itr : *this) {
968 if (Itr.first.is<const Value*>()) {
969 const Value *V = Itr.first.get<const Value*>();
975 else if (Itr.first.is<const PseudoSourceValue*>())
976 dbgs() << Itr.first.get<const PseudoSourceValue*>();
981 dumpSUList(Itr.second);