Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DSelectOptimize.cpp712 InstructionCost SliceCost = 0; in hasExpensiveColdOperand() local
714 SliceCost += TTI->getInstructionCost(ColdSlice.top(), in hasExpensiveColdOperand()
723 divideNearest(SliceCost * HotWeight, TotalWeight); in hasExpensiveColdOperand()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp17985 LoadedSlice::Cost SliceCost(LS, ForCodeSize); in isSlicingProfitable() local
17986 GlobalSlicingCost += SliceCost; in isSlicingProfitable()