Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSpeculateAroundPHIs.cpp486 int SpecCost = TTI.TCC_Free; in findProfitablePHIs() local
488 SpecCost += in findProfitablePHIs()
490 SpecCost *= (NumPreds - 1); in findProfitablePHIs()
495 if (SpecCost > CostSavings) { in findProfitablePHIs()
502 << SpecCost << "\n"); in findProfitablePHIs()