HomeSort by: relevance | last modified time | path
    Searched refs:NotSame (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
IROutliner.cpp 101 /// \param [in,out] NotSame contains the global value numbers where the
103 void findSameConstants(DenseSet<unsigned> &NotSame);
285 /// \param NotSame - The set of global value numbers that do not have the same
292 DenseSet<unsigned> &NotSame) {
307 if (NotSame.contains(GVN)) {
331 NotSame.insert(GVN);
338 void OutlinableGroup::findSameConstants(DenseSet<unsigned> &NotSame) {
342 collectRegionsConstants(*Region, GVNToConstant, NotSame);
408 /// \param [in] NotSame - The set of global value numbers that do not have a
412 static void findConstants(IRSimilarityCandidate &C, DenseSet<unsigned> &NotSame,
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
IROutliner.h 207 /// \param [in] NotSame - The global value numbers of the Values in the region
210 DenseSet<unsigned> &NotSame);

Completed in 16 milliseconds