Home
last modified time | relevance | path

Searched refs:WasInserted (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/IR/
DMetadata.cpp124 bool WasInserted = in addRef() local
127 (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() local
147 (void)WasInserted; in moveRef()
148 assert(WasInserted && "Expected to add a reference"); in moveRef()
368 bool WasInserted = Store.insert(Entry); in get() local
369 (void)WasInserted; in get()
370 assert(WasInserted && "Expected entry to be inserted"); in get()
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp363 bool WasInserted = MBBSlots.insert(std::make_pair(ID, MBB)).second; in parseBasicBlockDefinition() local
364 if (!WasInserted) in parseBasicBlockDefinition()
1767 bool WasInserted = in initNames2Regs() local
1770 (void)WasInserted; in initNames2Regs()
1771 assert(WasInserted && "Expected registers to be unique case-insensitively"); in initNames2Regs()