Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSpeculateAroundPHIs.cpp499 InstructionCost SpecCost = TTI.TCC_Free; in findProfitablePHIs() local
501 SpecCost += in findProfitablePHIs()
503 SpecCost *= (NumPreds - 1); in findProfitablePHIs()
508 if (SpecCost > CostSavings) { in findProfitablePHIs()
515 << SpecCost << "\n"); in findProfitablePHIs()