Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp350 bool WasInserted; in mapToLegalUnsigned() local
353 std::tie(ResultIt, WasInserted) = in mapToLegalUnsigned()
358 if (WasInserted) in mapToLegalUnsigned()
540 bool WasInserted; in checkNumberingAndReplaceCommutative() local
550 std::tie(ValueMappingIt, WasInserted) = CurrentSrcTgtNumberMapping.insert( in checkNumberingAndReplaceCommutative()
626 bool WasInserted; in checkNumberingAndReplace() local
629 std::tie(Val, WasInserted) = CurrentSrcTgtNumberMapping.insert( in checkNumberingAndReplace()
633 if (WasInserted) in checkNumberingAndReplace()
726 bool WasInserted; in compareAssignmentMapping() local
727 std::tie(ValueMappingIt, WasInserted) = ValueNumberMappingA.insert( in compareAssignmentMapping()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp194 bool WasInserted; in mapToLegalUnsigned() local
197 std::tie(ResultIt, WasInserted) = in mapToLegalUnsigned()
202 if (WasInserted) in mapToLegalUnsigned()
/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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp112 bool WasInserted = in initNames2Regs() local
115 (void)WasInserted; in initNames2Regs()
116 assert(WasInserted && "Expected registers to be unique case-insensitively"); in initNames2Regs()
785 bool WasInserted = MBBSlots.insert(std::make_pair(ID, MBB)).second; in parseBasicBlockDefinition() local
786 if (!WasInserted) in parseBasicBlockDefinition()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1035 auto [It, WasInserted] = IdToFirstTimestamp.try_emplace(Id, Timestamp); in createBPFunctionNodes()
1036 if (!WasInserted) in createBPFunctionNodes()