Searched refs:WasInserted (Results 1 – 4 of 4) 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() local626 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()729 if (!WasInserted && !ValueMappingIt->second.contains(InstValB)) in compareAssignmentMapping()[all …]
187 bool WasInserted; in mapToLegalUnsigned() local190 std::tie(ResultIt, WasInserted) = in mapToLegalUnsigned()195 if (WasInserted) in mapToLegalUnsigned()
288 bool WasInserted = in addRef() local291 (void)WasInserted; in addRef()292 assert(WasInserted && "Expected to add a reference"); in addRef()310 bool WasInserted = UseMap.insert(std::make_pair(New, OwnerAndIndex)).second; in moveRef() local311 (void)WasInserted; in moveRef()312 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()