Searched refs:WasInserted (Results 1 – 5 of 5) sorted by relevance
350 bool WasInserted; in mapToLegalUnsigned() local353 std::tie(ResultIt, WasInserted) = in mapToLegalUnsigned()358 if (WasInserted) in mapToLegalUnsigned()540 bool WasInserted; in checkNumberingAndReplaceCommutative() local550 std::tie(ValueMappingIt, WasInserted) = CurrentSrcTgtNumberMapping.insert( in checkNumberingAndReplaceCommutative()626 bool WasInserted; in checkNumberingAndReplace() local629 std::tie(Val, WasInserted) = CurrentSrcTgtNumberMapping.insert( in checkNumberingAndReplace()633 if (WasInserted) in checkNumberingAndReplace()726 bool WasInserted; in compareAssignmentMapping() local727 std::tie(ValueMappingIt, WasInserted) = ValueNumberMappingA.insert( in compareAssignmentMapping()[all …]
194 bool WasInserted; in mapToLegalUnsigned() local197 std::tie(ResultIt, WasInserted) = in mapToLegalUnsigned()202 if (WasInserted) in mapToLegalUnsigned()
297 bool WasInserted = in addRef() local300 (void)WasInserted; in addRef()301 assert(WasInserted && "Expected to add a reference"); in addRef()319 bool WasInserted = UseMap.insert(std::make_pair(New, OwnerAndIndex)).second; in moveRef() local320 (void)WasInserted; in moveRef()321 assert(WasInserted && "Expected to add a reference"); in moveRef()
112 bool WasInserted = in initNames2Regs() local115 (void)WasInserted; in initNames2Regs()116 assert(WasInserted && "Expected registers to be unique case-insensitively"); in initNames2Regs()785 bool WasInserted = MBBSlots.insert(std::make_pair(ID, MBB)).second; in parseBasicBlockDefinition() local786 if (!WasInserted) in parseBasicBlockDefinition()
1035 auto [It, WasInserted] = IdToFirstTimestamp.try_emplace(Id, Timestamp); in createBPFunctionNodes()1036 if (!WasInserted) in createBPFunctionNodes()