Home | History | Annotate | Download | only in Vectorize

Lines Matching defs:CSEMap

2561   SmallDenseMap<Instruction *, Instruction *, 4, CSEDenseMapInfo> CSEMap;
2572 if (Instruction *V = CSEMap.lookup(In)) {
2583 CSEMap[In] = In;