Lines Matching defs:NotSame
140 /// \param [in,out] NotSame contains the global value numbers where the
142 void findSameConstants(DenseSet<unsigned> &NotSame);
544 /// \param NotSame - The set of global value numbers that do not have the same
551 DenseSet<unsigned> &NotSame) {
566 if (NotSame.contains(GVN)) {
591 NotSame.insert(GVN);
598 void OutlinableGroup::findSameConstants(DenseSet<unsigned> &NotSame) {
602 collectRegionsConstants(*Region, GVNToConstant, NotSame);
776 /// \param [in] NotSame - The set of global value numbers that do not have a
780 static void findConstants(IRSimilarityCandidate &C, DenseSet<unsigned> &NotSame,
792 if (NotSame.contains(GVN) && !Seen.contains(GVN)) {
857 /// \param [in] NotSame - The global value numbers in the region that do not
867 DenseSet<unsigned> &NotSame, DenseMap<Value *, Value *> &OutputMappings,
913 findConstants(C, NotSame, InputGVNs);
1404 DenseSet<unsigned> &NotSame) {
1408 getCodeExtractorArguments(Region, Inputs, NotSame, OutputMappings, ArgInputs,
2810 DenseSet<unsigned> NotSame;
2829 NotSame.clear();
2830 CurrentGroup.findSameConstants(NotSame);
2856 findAddInputsOutputs(M, *OS, NotSame);