Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp263 using SelectGroup = SmallVector<SelectLike, 2>; typedef in __anon5b1b8f6d0111::SelectOptimizeImpl
264 using SelectGroups = SmallVector<SelectGroup, 2>;
293 bool isConvertToBranchProfitableBase(const SelectGroup &ASI);
298 bool hasExpensiveColdOperand(const SelectGroup &ASI);
531 for (SelectGroup &ASI : ProfSIGroups) { in convertProfitableSIGroups()
751 SelectGroup SIGroup; in collectSelectGroups()
786 for (SelectGroup &ASI : SIGroups) { in findProfitableSIGroupsBase()
820 for (SelectGroup &ASI : SIGroups) { in findProfitableSIGroupsInnerLoops()
848 const SelectGroup &ASI) { in isConvertToBranchProfitableBase()
906 bool SelectOptimizeImpl::hasExpensiveColdOperand(const SelectGroup &ASI) { in hasExpensiveColdOperand()
[all …]