Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp207 bool WasInserted; in mapToLegalUnsigned() local
210 std::tie(ResultIt, WasInserted) = in mapToLegalUnsigned()
215 if (WasInserted) in mapToLegalUnsigned()
378 bool WasInserted; in checkNumberingAndReplaceCommutative() local
393 if (WasInserted) in checkNumberingAndReplaceCommutative()
471 bool WasInserted; in checkNumberingAndReplace() local
474 std::tie(Val, WasInserted) = CurrentSrcTgtNumberMapping.insert( in checkNumberingAndReplace()
478 if (WasInserted) in checkNumberingAndReplace()
585 bool WasInserted; in compareStructure() local
611 if (!WasInserted && !ValueMappingIt->second.contains(InstValB)) in compareStructure()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp218 bool WasInserted = in addRef() local
221 (void)WasInserted; in addRef()
222 assert(WasInserted && "Expected to add a reference"); in addRef()
240 bool WasInserted = UseMap.insert(std::make_pair(New, OwnerAndIndex)).second; in moveRef() local
241 (void)WasInserted; in moveRef()
242 assert(WasInserted && "Expected to add a reference"); in moveRef()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp169 bool WasInserted; in mapToLegalUnsigned() local
172 std::tie(ResultIt, WasInserted) = in mapToLegalUnsigned()
177 if (WasInserted) in mapToLegalUnsigned()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp116 bool WasInserted = in initNames2Regs() local
119 (void)WasInserted; in initNames2Regs()
120 assert(WasInserted && "Expected registers to be unique case-insensitively"); in initNames2Regs()
731 bool WasInserted = MBBSlots.insert(std::make_pair(ID, MBB)).second; in parseBasicBlockDefinition() local
732 if (!WasInserted) in parseBasicBlockDefinition()