Lines Matching defs:Dense
3020 unsigned NewDenseSize = Dense.size();
3031 if (Dense.count(Reg))
3041 // and pays easily for double look-ups (even in Dense with SparseUniverseMax
3045 Dense.reserve(NewDenseSize);
3052 Dense.insert(Reg);
3060 // are tracked by Dense. The only purpose of the threashold and the Dense set
3065 // space efficient than if tracked by Dense. The threashold is set to keep the
3067 // "all Dense" scenario in such worst-by-execution-time cases.
3069 DenseSet<unsigned> Dense;