Searched refs:SImap (Results 1 – 1 of 1) sorted by relevance
1168 const auto &SImap = getSImap(SIGroups); in computeLoopCosts() local1213 if (SImap.contains(&I)) { in computeLoopCosts()1214 auto SI = SImap.at(&I); in computeLoopCosts()1245 SmallDenseMap<const Instruction *, SelectLike, 2> SImap; in getSImap() local1248 SImap.try_emplace(SI.getI(), SI); in getSImap()1249 return SImap; in getSImap()