Searched refs:WasInserted (Results 1 – 3 of 3) 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()
531 bool WasInserted = in initNames2Regs() local534 (void)WasInserted; in initNames2Regs()535 assert(WasInserted && "Expected registers to be unique case-insensitively"); in initNames2Regs()
285 bool WasInserted = in initializeMachineFunction() local287 if (!WasInserted) in initializeMachineFunction()