Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h250 unsigned getNotOutlinedCost() const { in getNotOutlinedCost() function
257 unsigned NotOutlinedCost = getNotOutlinedCost(); in getBenefit()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp610 << NV("NotOutliningCost", OF.getNotOutlinedCost()) << ")" in emitNotOutliningCheaperRemark()
1044 return LHS->getNotOutlinedCost() * RHS->getOutliningCost() > in outline()
1045 RHS->getNotOutlinedCost() * LHS->getOutliningCost(); in outline()