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);
774 /// \param [in] NotSame - The set of global value numbers that do not have a
778 static void findConstants(IRSimilarityCandidate &C, DenseSet<unsigned> &NotSame,
790 if (NotSame.contains(GVN) && Seen.insert(GVN).second)
855 /// \param [in] NotSame - The global value numbers in the region that do not
865 DenseSet<unsigned> &NotSame, DenseMap<Value *, Value *> &OutputMappings,
911 findConstants(C, NotSame, InputGVNs);
1401 DenseSet<unsigned> &NotSame) {
1405 getCodeExtractorArguments(Region, Inputs, NotSame, OutputMappings, ArgInputs,
2807 DenseSet<unsigned> NotSame;
2826 NotSame.clear();
2827 CurrentGroup.findSameConstants(NotSame);
2853 findAddInputsOutputs(M, *OS, NotSame);