Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp349 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 DMetadata.cpp297 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 DStructuralHash.cpp197 auto [It, WasInserted] = ValueToId.try_emplace(V, ValueToId.size()); in hashValue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp217 bool WasInserted; in mapToLegalUnsigned() local
220 std::tie(ResultIt, WasInserted) = in mapToLegalUnsigned()
225 if (WasInserted) in mapToLegalUnsigned()
H A DPeepholeOptimizer.cpp1029 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 DMIParser.cpp110 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 DInstrProf.cpp1087 auto [It, WasInserted] = IdToFirstTimestamp.try_emplace(Id, Timestamp); in createBPFunctionNodes()
1088 if (!WasInserted) in createBPFunctionNodes()