HomeSort by relevance Sort by last modified time
    Searched refs:CPEClones (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/ARM/
ARMMachineFunctionInfo.h 108 /// CPEClones - Track constant pool entries clones created by Constant Island
110 DenseMap<unsigned, unsigned> CPEClones;
209 if (!CPEClones.insert(std::make_pair(CPCloneIdx, CPIdx)).second)
214 DenseMap<unsigned, unsigned>::const_iterator I = CPEClones.find(CloneIdx);
215 if (I != CPEClones.end())
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMMachineFunctionInfo.h 94 /// CPEClones - Track constant pool entries clones created by Constant Island
96 DenseMap<unsigned, unsigned> CPEClones;
236 if (!CPEClones.insert(std::make_pair(CPCloneIdx, CPIdx)).second)
241 DenseMap<unsigned, unsigned>::const_iterator I = CPEClones.find(CloneIdx);
242 if (I != CPEClones.end())
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMMachineFunctionInfo.h 108 /// CPEClones - Track constant pool entries clones created by Constant Island
110 DenseMap<unsigned, unsigned> CPEClones;
206 if (!CPEClones.insert(std::make_pair(CPCloneIdx, CPIdx)).second)
211 DenseMap<unsigned, unsigned>::const_iterator I = CPEClones.find(CloneIdx);
212 if (I != CPEClones.end())

Completed in 4568 milliseconds