Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSelectOptimize.cpp205 Scaled64 getMispredictionCost(const SelectInst *SI, const Scaled64 CondCost);
947 Scaled64 CondCost = Scaled64::getZero(); in computeLoopCosts() local
950 CondCost = InstCostMap[CI].NonPredCost; in computeLoopCosts()
951 Scaled64 MispredictCost = getMispredictionCost(SI, CondCost); in computeLoopCosts()
989 const Scaled64 CondCost) { in getMispredictionCost() argument
1004 std::max(Scaled64::get(MispredictPenalty), CondCost) * in getMispredictionCost()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp562 unsigned CondCost = in checkForProfitableCmovCandidates() local
567 if (ValCost > CondCost || (CondCost - ValCost) * 4 < MispredictPenalty) { in checkForProfitableCmovCandidates()