Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp144 void findSameConstants(DenseSet<unsigned> &NotSame);
556 DenseSet<unsigned> &NotSame) { in collectRegionsConstants() argument
571 if (NotSame.contains(GVN)) { in collectRegionsConstants()
596 NotSame.insert(GVN); in collectRegionsConstants()
603 void OutlinableGroup::findSameConstants(DenseSet<unsigned> &NotSame) { in findSameConstants() argument
607 collectRegionsConstants(*Region, GVNToConstant, NotSame); in findSameConstants()
782 static void findConstants(IRSimilarityCandidate &C, DenseSet<unsigned> &NotSame, in findConstants() argument
794 if (NotSame.contains(GVN) && !Seen.contains(GVN)) { in findConstants()
869 DenseSet<unsigned> &NotSame, DenseMap<Value *, Value *> &OutputMappings, in getCodeExtractorArguments() argument
915 findConstants(C, NotSame, InputGVNs); in getCodeExtractorArguments()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h263 DenseSet<unsigned> &NotSame);