Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp354 Scaled64 getMispredictionCost(const SelectLike SI, const Scaled64 CondCost);
1224 Scaled64 MispredictCost = getMispredictionCost(SI, CondCost); in computeLoopCosts()
1262 SelectOptimizeImpl::getMispredictionCost(const SelectLike SI, in getMispredictionCost() function in SelectOptimizeImpl