Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp1168 const auto &SImap = getSImap(SIGroups); in computeLoopCosts() local
1213 if (SImap.contains(&I)) { in computeLoopCosts()
1214 auto SI = SImap.at(&I); in computeLoopCosts()
1245 SmallDenseMap<const Instruction *, SelectLike, 2> SImap; in getSImap() local
1248 SImap.try_emplace(SI.getI(), SI); in getSImap()
1249 return SImap; in getSImap()