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.cpp926 if (isSelectHighlyPredictable(SI) && TLI->isPredictableSelectExpensive()) { in isConvertToBranchProfitableBase()
H A DCodeGenPrepare.cpp6986 if (!TLI->isPredictableSelectExpensive()) in isFormingBranchFromSelectProfitable()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h641 bool isPredictableSelectExpensive() const { in isPredictableSelectExpensive() function