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