Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSelectOptimize.cpp654 if (isSelectHighlyPredictable(SI) && TLI->isPredictableSelectExpensive()) { in isConvertToBranchProfitableBase()
H A DCodeGenPrepare.cpp6716 if (!TLI->isPredictableSelectExpensive()) in isFormingBranchFromSelectProfitable()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h563 bool isPredictableSelectExpensive() const { in isPredictableSelectExpensive() function