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.cpp962 auto &CommonRes = RegularLTO.Commons[std::string(Sym.getIRName())]; in addRegularLTO() local
963 CommonRes.Size = std::max(CommonRes.Size, Sym.getCommonSize()); in addRegularLTO()
965 CommonRes.Alignment = in addRegularLTO()
966 std::max(Align(SymAlignValue), CommonRes.Alignment); in addRegularLTO()
968 CommonRes.Prevailing |= Res.Prevailing; in addRegularLTO()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp770 NodePtr CommonRes = identifyNode(PartialMatch.first, PartialMatch.second); in identifyPartialMul() local
771 if (!CommonRes) { in identifyPartialMul()
779 Node->addOperand(CommonRes); in identifyPartialMul()