Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp937 auto &CommonRes = RegularLTO.Commons[std::string(Sym.getIRName())]; in addRegularLTO() local
938 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()
/freebsd/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()