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.cpp223 struct SelectGroup { struct in __anon135b54a50111::SelectOptimizeImpl
227 using SelectGroups = SmallVector<SelectGroup, 2>;
256 bool isConvertToBranchProfitableBase(const SelectGroup &ASI);
261 bool hasExpensiveColdOperand(const SelectGroup &ASI);
288 SmallDenseMap<const Instruction *, const SelectGroup *, 2>
518 for (SelectGroup &ASI : ProfSIGroups) { in convertProfitableSIGroups()
663 auto HasSelectLike = [](SelectGroup &SG, bool IsTrue) { in convertProfitableSIGroups()
894 SelectGroup SIGroup = {Cond, {}}; in collectSelectGroups()
941 for (SelectGroup &ASI : SIGroups) { in findProfitableSIGroupsBase()
975 for (SelectGroup &ASI : SIGroups) { in findProfitableSIGroupsInnerLoops()
[all …]