Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSelectOptimize.cpp837 const auto &SIset = getSIset(SIGroups); in computeLoopCosts() local
882 if (SIset.contains(&I)) { in computeLoopCosts()
916 SmallPtrSet<const Instruction *, 2> SIset; in getSIset() local
919 SIset.insert(SI); in getSIset()
920 return SIset; in getSIset()