Searched refs:WasInserted (Results 1 – 2 of 2) sorted by relevance
124 bool WasInserted = in addRef() local127 (void)WasInserted; in addRef()128 assert(WasInserted && "Expected to add a reference"); in addRef()146 bool WasInserted = UseMap.insert(std::make_pair(New, OwnerAndIndex)).second; in moveRef() local147 (void)WasInserted; in moveRef()148 assert(WasInserted && "Expected to add a reference"); in moveRef()368 bool WasInserted = Store.insert(Entry); in get() local369 (void)WasInserted; in get()370 assert(WasInserted && "Expected entry to be inserted"); in get()
363 bool WasInserted = MBBSlots.insert(std::make_pair(ID, MBB)).second; in parseBasicBlockDefinition() local364 if (!WasInserted) in parseBasicBlockDefinition()1767 bool WasInserted = in initNames2Regs() local1770 (void)WasInserted; in initNames2Regs()1771 assert(WasInserted && "Expected registers to be unique case-insensitively"); in initNames2Regs()