Searched refs:CommonRes (Results 1 – 2 of 2) sorted by relevance
962 auto &CommonRes = RegularLTO.Commons[std::string(Sym.getIRName())]; in addRegularLTO() local963 CommonRes.Size = std::max(CommonRes.Size, Sym.getCommonSize()); in addRegularLTO()965 CommonRes.Alignment = in addRegularLTO()966 std::max(Align(SymAlignValue), CommonRes.Alignment); in addRegularLTO()968 CommonRes.Prevailing |= Res.Prevailing; in addRegularLTO()
770 NodePtr CommonRes = identifyNode(PartialMatch.first, PartialMatch.second); in identifyPartialMul() local771 if (!CommonRes) { in identifyPartialMul()779 Node->addOperand(CommonRes); in identifyPartialMul()