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() local387 std::tie(ValueMappingIt, WasInserted) = CurrentSrcTgtNumberMapping.insert( in checkNumberingAndReplaceCommutative()393 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() local[all …]
212 bool WasInserted = in addRef() local215 (void)WasInserted; in addRef()216 assert(WasInserted && "Expected to add a reference"); in addRef()234 bool WasInserted = UseMap.insert(std::make_pair(New, OwnerAndIndex)).second; in moveRef() local235 (void)WasInserted; in moveRef()236 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()707 bool WasInserted = MBBSlots.insert(std::make_pair(ID, MBB)).second; in parseBasicBlockDefinition() local708 if (!WasInserted) in parseBasicBlockDefinition()