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
31 /// SmallPtrSet<>'s, which is almost everything. SmallPtrSet has two modes, one
34 /// Small sets use an array of pointers allocated in the SmallPtrSet object,
63 // Helpers to copy and move construct a SmallPtrSet.
176 /// SmallPtrSetIterator - This implements a const_iterator for SmallPtrSet.
235 /// \brief A templated base class for \c SmallPtrSet which provides the
287 /// SmallPtrSet - This class implements a set which is optimized for holding
292 class SmallPtrSet
311 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;
343 ArgumentUsesTracker(const SmallPtrSet<Function*, 8> &SCCNodes) argument
378 const SmallPtrSet<Function*, 8> &SCCNodes;
412 const SmallPtrSet<Argument*, 8> &SCCNodes) {
522 SmallPtrSet<Function*, 8> SCCNodes;
599 SmallPtrSet<Argument*, 8> Self;
647 SmallPtrSet<Argument*, 8> ArgumentSCCNodes;
718 SmallPtrSet<Function*, 8> &SCCNodes) const {
783 SmallPtrSet<Functio
411 determinePointerReadAttrs(Argument *A, const SmallPtrSet<Argument*, 8> &SCCNodes) argument
[all...]

Completed in 196 milliseconds