Searched refs:CommonRes (Results 1 – 2 of 2) sorted by relevance
923 auto &CommonRes = RegularLTO.Commons[std::string(Sym.getIRName())]; in addRegularLTO() local924 CommonRes.Size = std::max(CommonRes.Size, Sym.getCommonSize()); in addRegularLTO()926 CommonRes.Alignment = in addRegularLTO()927 std::max(Align(SymAlignValue), CommonRes.Alignment); in addRegularLTO()929 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()