Searched refs:getNotOutlinedCost (Results 1 – 2 of 2) sorted by relevance
250 unsigned getNotOutlinedCost() const { in getNotOutlinedCost() function257 unsigned NotOutlinedCost = getNotOutlinedCost(); in getBenefit()
610 << NV("NotOutliningCost", OF.getNotOutlinedCost()) << ")" in emitNotOutliningCheaperRemark()1044 return LHS->getNotOutlinedCost() * RHS->getOutliningCost() > in outline()1045 RHS->getNotOutlinedCost() * LHS->getOutliningCost(); in outline()