Home
last modified time | relevance | path

Searched defs:getBenefit (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h252 unsigned getBenefit() const { getBenefit() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h73 const APInt &getBenefit() const { return Benefit; } in getBenefit() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp486 InstructionCost OutlinableRegion::getBenefit(TargetTransformInfo &TTI) { in getBenefit() function in OutlinableRegion