Searched refs:WasInserted (Results 1 – 2 of 2) sorted by relevance
166 bool WasInserted = in addRef() local169 (void)WasInserted; in addRef()170 assert(WasInserted && "Expected to add a reference"); in addRef()188 bool WasInserted = UseMap.insert(std::make_pair(New, OwnerAndIndex)).second; in moveRef() local189 (void)WasInserted; in moveRef()190 assert(WasInserted && "Expected to add a reference"); in moveRef()
373 bool WasInserted = MBBSlots.insert(std::make_pair(ID, MBB)).second; in parseBasicBlockDefinition() local374 if (!WasInserted) in parseBasicBlockDefinition()1871 bool WasInserted = in initNames2Regs() local1874 (void)WasInserted; in initNames2Regs()1875 assert(WasInserted && "Expected registers to be unique case-insensitively"); in initNames2Regs()