Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1418 InstructionCost OutputCost = 0; in findCostForOutputBlocks() local
1437 OutputCost += StoreCost; in findCostForOutputBlocks()
1444 OutputCost += BranchCost; in findCostForOutputBlocks()
1463 OutputCost += TotalCost; in findCostForOutputBlocks()
1466 return OutputCost; in findCostForOutputBlocks()