Lines Matching refs:Itr
639 iterator Itr = find(V); in clearList() local
640 if (Itr != end()) { in clearList()
641 assert(NumNodes >= Itr->second.size()); in clearList()
642 NumNodes -= Itr->second.size(); in clearList()
644 Itr->second.clear(); in clearList()
680 Value2SUsMap::iterator Itr = Val2SUsMap.find(V); in addChainDependencies() local
681 if (Itr != Val2SUsMap.end()) in addChainDependencies()
682 addChainDependencies(SU, Itr->second, in addChainDependencies()
1031 for (auto &Itr : *this) { in dump()
1032 if (Itr.first.is<const Value*>()) { in dump()
1033 const Value *V = Itr.first.get<const Value*>(); in dump()
1039 else if (Itr.first.is<const PseudoSourceValue*>()) in dump()
1040 dbgs() << Itr.first.get<const PseudoSourceValue*>(); in dump()
1045 dumpSUList(Itr.second); in dump()