Searched refs:WasInserted (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | IRSimilarityIdentifier.cpp | 349 bool WasInserted; in mapToLegalUnsigned() local 352 std::tie(ResultIt, WasInserted) = in mapToLegalUnsigned() 357 if (WasInserted) in mapToLegalUnsigned() 535 bool WasInserted; in checkNumberingAndReplaceCommutative() local 545 std::tie(ValueMappingIt, WasInserted) = CurrentSrcTgtNumberMapping.insert( in checkNumberingAndReplaceCommutative() 621 bool WasInserted; in checkNumberingAndReplace() local 624 std::tie(Val, WasInserted) = CurrentSrcTgtNumberMapping.insert( in checkNumberingAndReplace() 628 if (WasInserted) in checkNumberingAndReplace() 721 bool WasInserted; in compareAssignmentMapping() local 722 std::tie(ValueMappingIt, WasInserted) = ValueNumberMappingA.insert( in compareAssignmentMapping() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Metadata.cpp | 297 bool WasInserted = in addRef() local 300 (void)WasInserted; in addRef() 301 assert(WasInserted && "Expected to add a reference"); in addRef() 319 bool WasInserted = UseMap.insert(std::make_pair(New, OwnerAndIndex)).second; in moveRef() local 320 (void)WasInserted; in moveRef() 321 assert(WasInserted && "Expected to add a reference"); in moveRef()
|
| H A D | StructuralHash.cpp | 197 auto [It, WasInserted] = ValueToId.try_emplace(V, ValueToId.size()); in hashValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineOutliner.cpp | 217 bool WasInserted; in mapToLegalUnsigned() local 220 std::tie(ResultIt, WasInserted) = in mapToLegalUnsigned() 225 if (WasInserted) in mapToLegalUnsigned()
|
| H A D | PeepholeOptimizer.cpp | 1029 auto [InsertPt, WasInserted] = RewriteMap.try_emplace(CurSrcPair, Res); in findNextSource() 1031 if (!WasInserted) { in findNextSource()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIParser.cpp | 110 bool WasInserted = in initNames2Regs() local 113 (void)WasInserted; in initNames2Regs() 114 assert(WasInserted && "Expected registers to be unique case-insensitively"); in initNames2Regs() 793 bool WasInserted = MBBSlots.insert(std::make_pair(ID, MBB)).second; in parseBasicBlockDefinition() local 794 if (!WasInserted) in parseBasicBlockDefinition()
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 1087 auto [It, WasInserted] = IdToFirstTimestamp.try_emplace(Id, Timestamp); in createBPFunctionNodes() 1088 if (!WasInserted) in createBPFunctionNodes()
|