Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DMetadata.cpp166 bool WasInserted = in addRef() local
169 (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() local
189 (void)WasInserted; in moveRef()
190 assert(WasInserted && "Expected to add a reference"); in moveRef()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DMetadata.cpp199 bool WasInserted = in addRef() local
202 (void)WasInserted; in addRef()
203 assert(WasInserted && "Expected to add a reference"); in addRef()
221 bool WasInserted = UseMap.insert(std::make_pair(New, OwnerAndIndex)).second; in moveRef() local
222 (void)WasInserted; in moveRef()
223 assert(WasInserted && "Expected to add a reference"); in moveRef()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineOutliner.cpp563 bool WasInserted; in mapToLegalUnsigned() local
566 std::tie(ResultIt, WasInserted) = in mapToLegalUnsigned()
571 if (WasInserted) { in mapToLegalUnsigned()
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp373 bool WasInserted = MBBSlots.insert(std::make_pair(ID, MBB)).second; in parseBasicBlockDefinition() local
374 if (!WasInserted) in parseBasicBlockDefinition()
1871 bool WasInserted = in initNames2Regs() local
1874 (void)WasInserted; in initNames2Regs()
1875 assert(WasInserted && "Expected registers to be unique case-insensitively"); in initNames2Regs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp472 bool WasInserted = MBBSlots.insert(std::make_pair(ID, MBB)).second; in parseBasicBlockDefinition() local
473 if (!WasInserted) in parseBasicBlockDefinition()
2558 bool WasInserted = in initNames2Regs() local
2561 (void)WasInserted; in initNames2Regs()
2562 assert(WasInserted && "Expected registers to be unique case-insensitively"); in initNames2Regs()