Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp400 InstructionCost OverallFunctionCost = 0; in computeOutliningColdRegionsInfo() local
402 OverallFunctionCost += computeBBInlineCost(&BB, FTTI); in computeOutliningColdRegionsInfo()
404 LLVM_DEBUG(dbgs() << "OverallFunctionCost = " << OverallFunctionCost in computeOutliningColdRegionsInfo()
407 InstructionCost MinOutlineRegionCost = OverallFunctionCost.map( in computeOutliningColdRegionsInfo()