Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMetadata.cpp198 bool WasInserted = in addRef() local
201 (void)WasInserted; in addRef()
202 assert(WasInserted && "Expected to add a reference"); in addRef()
220 bool WasInserted = UseMap.insert(std::make_pair(New, OwnerAndIndex)).second; in moveRef() local
221 (void)WasInserted; in moveRef()
222 assert(WasInserted && "Expected to add a reference"); in moveRef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOutliner.cpp669 bool WasInserted; in mapToLegalUnsigned() local
672 std::tie(ResultIt, WasInserted) = in mapToLegalUnsigned()
677 if (WasInserted) in mapToLegalUnsigned()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp116 bool WasInserted = in initNames2Regs() local
119 (void)WasInserted; in initNames2Regs()
120 assert(WasInserted && "Expected registers to be unique case-insensitively"); in initNames2Regs()
677 bool WasInserted = MBBSlots.insert(std::make_pair(ID, MBB)).second; in parseBasicBlockDefinition() local
678 if (!WasInserted) in parseBasicBlockDefinition()