Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp103 void findSameConstants(DenseSet<unsigned> &NotSame);
292 DenseSet<unsigned> &NotSame) { in collectRegionsConstants() argument
307 if (NotSame.contains(GVN)) { in collectRegionsConstants()
331 NotSame.insert(GVN); in collectRegionsConstants()
338 void OutlinableGroup::findSameConstants(DenseSet<unsigned> &NotSame) { in findSameConstants() argument
342 collectRegionsConstants(*Region, GVNToConstant, NotSame); in findSameConstants()
412 static void findConstants(IRSimilarityCandidate &C, DenseSet<unsigned> &NotSame, in findConstants() argument
424 if (NotSame.contains(GVN) && !Seen.contains(GVN)) { in findConstants()
500 DenseSet<unsigned> &NotSame, DenseMap<Value *, Value *> &OutputMappings, in getCodeExtractorArguments() argument
546 findConstants(C, NotSame, InputGVNs); in getCodeExtractorArguments()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h210 DenseSet<unsigned> &NotSame);