Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp142 void findSameConstants(DenseSet<unsigned> &NotSame);
551 DenseSet<unsigned> &NotSame) { in collectRegionsConstants() argument
566 if (NotSame.contains(GVN)) { in collectRegionsConstants()
591 NotSame.insert(GVN); in collectRegionsConstants()
598 void OutlinableGroup::findSameConstants(DenseSet<unsigned> &NotSame) { in findSameConstants() argument
602 collectRegionsConstants(*Region, GVNToConstant, NotSame); in findSameConstants()
780 static void findConstants(IRSimilarityCandidate &C, DenseSet<unsigned> &NotSame, in findConstants() argument
792 if (NotSame.contains(GVN) && !Seen.contains(GVN)) { in findConstants()
867 DenseSet<unsigned> &NotSame, DenseMap<Value *, Value *> &OutputMappings, in getCodeExtractorArguments() argument
913 findConstants(C, NotSame, InputGVNs); in getCodeExtractorArguments()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h263 DenseSet<unsigned> &NotSame);