Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSelectOptimize.cpp172 bool isConvertToBranchProfitableBase(const SmallVector<SelectInst *, 2> &ASI);
571 if (isConvertToBranchProfitableBase(ASI)) in findProfitableSIGroupsBase()
629 bool SelectOptimize::isConvertToBranchProfitableBase( in isConvertToBranchProfitableBase() function in SelectOptimize