Searched refs:CommonRes (Results 1 – 2 of 2) sorted by relevance
615 NodePtr CommonRes = identifyNode(PartialMatch.first, PartialMatch.second); in identifyPartialMul() local616 if (!CommonRes) { in identifyPartialMul()626 Node->addOperand(CommonRes); in identifyPartialMul()
839 auto &CommonRes = RegularLTO.Commons[std::string(Sym.getIRName())]; in addRegularLTO() local840 CommonRes.Size = std::max(CommonRes.Size, Sym.getCommonSize()); in addRegularLTO()843 CommonRes.Align = std::max(SymAlign, CommonRes.Align.valueOrOne()); in addRegularLTO()845 CommonRes.Prevailing |= Res.Prevailing; in addRegularLTO()