Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSelectOptimize.cpp133 using SelectGroup = SmallVector<SelectInst *, 2>; typedef in __anon7ea6c8fc0111::SelectOptimize
134 using SelectGroups = SmallVector<SelectGroup, 2>;
335 for (SelectGroup &ASI : ProfSIGroups) { in convertProfitableSIGroups()
542 SelectGroup SIGroup; in collectSelectGroups()
569 for (SelectGroup &ASI : SIGroups) { in findProfitableSIGroupsBase()
603 for (SelectGroup &ASI : SIGroups) { in findProfitableSIGroupsInnerLoops()
973 for (const SelectGroup &ASI : SIGroups) in getSIset()