Searched refs:CommonRes (Results 1 – 2 of 2) sorted by relevance
937 auto &CommonRes = RegularLTO.Commons[std::string(Sym.getIRName())]; in addRegularLTO() local938 CommonRes.Size = std::max(CommonRes.Size, Sym.getCommonSize()); in addRegularLTO()940 CommonRes.Alignment = in addRegularLTO()941 std::max(Align(SymAlignValue), CommonRes.Alignment); in addRegularLTO()943 CommonRes.Prevailing |= Res.Prevailing; in addRegularLTO()
754 NodePtr CommonRes = identifyNode(PartialMatch.first, PartialMatch.second); in identifyPartialMul() local755 if (!CommonRes) { in identifyPartialMul()763 Node->addOperand(CommonRes); in identifyPartialMul()