Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp1030 if (isSelectHighlyPredictable(SI) && TLI->isPredictableSelectExpensive()) { in isConvertToBranchProfitableBase()
H A DCodeGenPrepare.cpp7382 if (!TLI->isPredictableSelectExpensive()) in isFormingBranchFromSelectProfitable()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h671 bool isPredictableSelectExpensive() const { in isPredictableSelectExpensive() function