Searched refs:WasInserted (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/llvm/lib/Analysis/ |
D | IRSimilarityIdentifier.cpp | 99 bool WasInserted; in mapToLegalUnsigned() local 102 std::tie(ResultIt, WasInserted) = in mapToLegalUnsigned() 107 if (WasInserted) in mapToLegalUnsigned() 273 bool WasInserted; in checkNumberingAndReplace() local 276 std::tie(Val, WasInserted) = CurrentSrcTgtNumberMapping.insert( in checkNumberingAndReplace() 280 if (WasInserted) in checkNumberingAndReplace() 352 bool WasInserted; in compareStructure() local 376 std::tie(ValueMappingIt, WasInserted) = ValueNumberMappingA.insert( in compareStructure() 378 if (!WasInserted && ValueMappingIt->second.find(InstValB) == in compareStructure() 382 std::tie(ValueMappingIt, WasInserted) = ValueNumberMappingB.insert( in compareStructure() [all …]
|
/external/llvm/lib/IR/ |
D | Metadata.cpp | 166 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-10.0/llvm/lib/IR/ |
D | Metadata.cpp | 198 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()
|
/external/llvm-project/llvm/lib/IR/ |
D | Metadata.cpp | 199 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/llvm-project/llvm/lib/CodeGen/ |
D | MachineOutliner.cpp | 169 bool WasInserted; in mapToLegalUnsigned() local 172 std::tie(ResultIt, WasInserted) = in mapToLegalUnsigned() 177 if (WasInserted) in mapToLegalUnsigned()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineOutliner.cpp | 669 bool WasInserted; in mapToLegalUnsigned() local 672 std::tie(ResultIt, WasInserted) = in mapToLegalUnsigned() 677 if (WasInserted) in mapToLegalUnsigned()
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 373 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-10.0/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 116 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()
|
/external/llvm-project/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 116 bool WasInserted = in initNames2Regs() local 119 (void)WasInserted; in initNames2Regs() 120 assert(WasInserted && "Expected registers to be unique case-insensitively"); in initNames2Regs() 710 bool WasInserted = MBBSlots.insert(std::make_pair(ID, MBB)).second; in parseBasicBlockDefinition() local 711 if (!WasInserted) in parseBasicBlockDefinition()
|