Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp615 NodePtr CommonRes = identifyNode(PartialMatch.first, PartialMatch.second); in identifyPartialMul() local
616 if (!CommonRes) { in identifyPartialMul()
626 Node->addOperand(CommonRes); in identifyPartialMul()
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTO.cpp839 auto &CommonRes = RegularLTO.Commons[std::string(Sym.getIRName())]; in addRegularLTO() local
840 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()