Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp330 bool WasInserted; in mapToLegalUnsigned() local
333 std::tie(ResultIt, WasInserted) = in mapToLegalUnsigned()
338 if (WasInserted) in mapToLegalUnsigned()
520 bool WasInserted; in checkNumberingAndReplaceCommutative() local
606 bool WasInserted; in checkNumberingAndReplace() local
609 std::tie(Val, WasInserted) = CurrentSrcTgtNumberMapping.insert( in checkNumberingAndReplace()
613 if (WasInserted) in checkNumberingAndReplace()
782 bool WasInserted; in compareStructure() local
784 std::tie(ValueMappingIt, WasInserted) = ValueNumberMappingA.insert( in compareStructure()
786 if (!WasInserted && !ValueMappingIt->second.contains(InstValB)) in compareStructure()
[all …]
/openbsd/gnu/llvm/llvm/lib/IR/
H A DMetadata.cpp214 bool WasInserted = in addRef() local
217 (void)WasInserted; in addRef()
218 assert(WasInserted && "Expected to add a reference"); in addRef()
236 bool WasInserted = UseMap.insert(std::make_pair(New, OwnerAndIndex)).second; in moveRef() local
237 (void)WasInserted; in moveRef()
238 assert(WasInserted && "Expected to add a reference"); in moveRef()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineOutliner.cpp179 bool WasInserted; in mapToLegalUnsigned() local
182 std::tie(ResultIt, WasInserted) = in mapToLegalUnsigned()
187 if (WasInserted) in mapToLegalUnsigned()
/openbsd/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp111 bool WasInserted = in initNames2Regs() local
114 (void)WasInserted; in initNames2Regs()
115 assert(WasInserted && "Expected registers to be unique case-insensitively"); in initNames2Regs()
760 bool WasInserted = MBBSlots.insert(std::make_pair(ID, MBB)).second; in parseBasicBlockDefinition() local
761 if (!WasInserted) in parseBasicBlockDefinition()