Searched refs:WasInserted (Results 1 – 4 of 4) sorted by relevance
207 bool WasInserted; in mapToLegalUnsigned() local210 std::tie(ResultIt, WasInserted) = in mapToLegalUnsigned()215 if (WasInserted) in mapToLegalUnsigned()378 bool WasInserted; in checkNumberingAndReplaceCommutative() local393 if (WasInserted) in checkNumberingAndReplaceCommutative()471 bool WasInserted; in checkNumberingAndReplace() local474 std::tie(Val, WasInserted) = CurrentSrcTgtNumberMapping.insert( in checkNumberingAndReplace()478 if (WasInserted) in checkNumberingAndReplace()585 bool WasInserted; in compareStructure() local611 if (!WasInserted && !ValueMappingIt->second.contains(InstValB)) in compareStructure()[all …]
218 bool WasInserted = in addRef() local221 (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() local241 (void)WasInserted; in moveRef()242 assert(WasInserted && "Expected to add a reference"); in moveRef()
169 bool WasInserted; in mapToLegalUnsigned() local172 std::tie(ResultIt, WasInserted) = in mapToLegalUnsigned()177 if (WasInserted) in mapToLegalUnsigned()
116 bool WasInserted = in initNames2Regs() local119 (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() local732 if (!WasInserted) in parseBasicBlockDefinition()