Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DSelectOptimize.cpp205 Scaled64 getMispredictionCost(const SelectInst *SI, const Scaled64 CondCost);
951 Scaled64 MispredictCost = getMispredictionCost(SI, CondCost); in computeLoopCosts()
988 SelectOptimize::getMispredictionCost(const SelectInst *SI, in getMispredictionCost() function in SelectOptimize