Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp991 InstructionCost SliceCost = 0; in hasExpensiveColdOperand() local
993 SliceCost += TTI->getInstructionCost(ColdSlice.top(), in hasExpensiveColdOperand()
1002 divideNearest(SliceCost * HotWeight, TotalWeight); in hasExpensiveColdOperand()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19610 LoadedSlice::Cost SliceCost(LS, ForCodeSize); in isSlicingProfitable() local
19611 GlobalSlicingCost += SliceCost; in isSlicingProfitable()