Searched refs:WasInserted (Results 1 – 4 of 4) sorted by relevance
330 bool WasInserted; in mapToLegalUnsigned() local333 std::tie(ResultIt, WasInserted) = in mapToLegalUnsigned()338 if (WasInserted) in mapToLegalUnsigned()520 bool WasInserted; in checkNumberingAndReplaceCommutative() local606 bool WasInserted; in checkNumberingAndReplace() local609 std::tie(Val, WasInserted) = CurrentSrcTgtNumberMapping.insert( in checkNumberingAndReplace()613 if (WasInserted) in checkNumberingAndReplace()782 bool WasInserted; in compareStructure() local784 std::tie(ValueMappingIt, WasInserted) = ValueNumberMappingA.insert( in compareStructure()786 if (!WasInserted && !ValueMappingIt->second.contains(InstValB)) in compareStructure()[all …]
214 bool WasInserted = in addRef() local217 (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() local237 (void)WasInserted; in moveRef()238 assert(WasInserted && "Expected to add a reference"); in moveRef()
179 bool WasInserted; in mapToLegalUnsigned() local182 std::tie(ResultIt, WasInserted) = in mapToLegalUnsigned()187 if (WasInserted) in mapToLegalUnsigned()
111 bool WasInserted = in initNames2Regs() local114 (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() local761 if (!WasInserted) in parseBasicBlockDefinition()