Home | History | Annotate | Download | only in Analysis

Lines Matching refs:InstIt

118   InstIt = ReverseMap.find(Inst);
119 assert(InstIt != ReverseMap.end() && "Reverse map out of sync?");
120 bool Found = InstIt->second.erase(Val);
122 if (InstIt->second.empty())
123 ReverseMap.erase(InstIt);