Home
last modified time | relevance | path

Searched refs:CommonRes (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp923 auto &CommonRes = RegularLTO.Commons[std::string(Sym.getIRName())]; in addRegularLTO() local
924 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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp754 NodePtr CommonRes = identifyNode(PartialMatch.first, PartialMatch.second); in identifyPartialMul() local
755 if (!CommonRes) { in identifyPartialMul()
763 Node->addOperand(CommonRes); in identifyPartialMul()