Home
last modified time | relevance | path

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

/freebsd-14.2/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
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()
729 if (!WasInserted && !ValueMappingIt->second.contains(InstValB)) in compareAssignmentMapping()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp187 bool WasInserted; in mapToLegalUnsigned() local
190 std::tie(ResultIt, WasInserted) = in mapToLegalUnsigned()
195 if (WasInserted) in mapToLegalUnsigned()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp288 bool WasInserted = in addRef() local
291 (void)WasInserted; in addRef()
292 assert(WasInserted && "Expected to add a reference"); in addRef()
310 bool WasInserted = UseMap.insert(std::make_pair(New, OwnerAndIndex)).second; in moveRef() local
311 (void)WasInserted; in moveRef()
312 assert(WasInserted && "Expected to add a reference"); in moveRef()
/freebsd-14.2/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()