Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSelectOptimize.cpp937 FalseOpCost = Scaled64::getZero(); in computeLoopCosts() local
943 FalseOpCost = InstCostMap[FI].NonPredCost; in computeLoopCosts()
945 getPredictedPathCost(TrueOpCost, FalseOpCost, SI); in computeLoopCosts()