Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSelectOptimize.cpp888 const auto &SIset = getSIset(SIGroups); in computeLoopCosts() local
933 if (SIset.contains(&I)) { in computeLoopCosts()
972 SmallPtrSet<const Instruction *, 2> SIset; in getSIset() local
975 SIset.insert(SI); in getSIset()
976 return SIset; in getSIset()