Searched defs:SmallPtrSet (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DSmallPtrSet.h1 //===- llvm/ADT/SmallPtrSet.h - 'Normally small' pointer set ----*- C++ -*-===//
10 // This file defines the SmallPtrSet class. See the doxygen comment for
32 /// SmallPtrSet<>'s, which is almost everything. SmallPtrSet has two modes, one
35 /// Small sets use an array of pointers allocated in the SmallPtrSet object,
64 // Helpers to copy and move construct a SmallPtrSet.
177 /// SmallPtrSetIterator - This implements a const_iterator for SmallPtrSet.
236 /// \brief A templated base class for \c SmallPtrSet which provides the
294 /// SmallPtrSet - This class implements a set which is optimized for holding
299 class SmallPtrSet
318 operator =(const SmallPtrSet<PtrType, SmallSize> &RHS) argument
[all...]
/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp65 SmallPtrSet<Function*, 8> &) const;
151 SmallPtrSet<Function*, 8> SCCNodes;
346 ArgumentUsesTracker(const SmallPtrSet<Function*, 8> &SCCNodes) argument
381 const SmallPtrSet<Function*, 8> &SCCNodes;
415 const SmallPtrSet<Argument*, 8> &SCCNodes) {
525 SmallPtrSet<Function*, 8> SCCNodes;
604 SmallPtrSet<Argument*, 8> Self;
652 SmallPtrSet<Argument*, 8> ArgumentSCCNodes;
723 SmallPtrSet<Function*, 8> &SCCNodes) const {
788 SmallPtrSet<Functio
414 determinePointerReadAttrs(Argument *A, const SmallPtrSet<Argument*, 8> &SCCNodes) argument
[all...]

Completed in 512 milliseconds