Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSelectOptimize.cpp172 bool isConvertToBranchProfitableBase(const SmallVector<SelectInst *, 2> &ASI);
552 if (isConvertToBranchProfitableBase(ASI)) in findProfitableSIGroupsBase()
604 bool SelectOptimize::isConvertToBranchProfitableBase( in isConvertToBranchProfitableBase() function in SelectOptimize