Home | History | Annotate | Download | only in IPO

Lines Matching refs:Inserted

160       bool Inserted;
161 std::tie(MapIter, Inserted) = GlobalNumbers.insert({Global, NextNumber});
162 if (Inserted)
1795 // that was already inserted.