Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp354 Scaled64 getMispredictionCost(const SelectLike SI, const Scaled64 CondCost);
1220 Scaled64 CondCost = Scaled64::getZero(); in computeLoopCosts() local
1223 CondCost = InstCostMap[CI].NonPredCost; in computeLoopCosts()
1224 Scaled64 MispredictCost = getMispredictionCost(SI, CondCost); in computeLoopCosts()
1263 const Scaled64 CondCost) { in getMispredictionCost() argument
1278 std::max(Scaled64::get(MispredictPenalty), CondCost) * in getMispredictionCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp566 unsigned CondCost = in checkForProfitableCmovCandidates() local
571 if (ValCost > CondCost || (CondCost - ValCost) * 4 < MispredictPenalty) { in checkForProfitableCmovCandidates()