HomeSort by relevance Sort by last modified time
    Searched refs:SmallPtrSet (Results 1 - 25 of 885) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/include/llvm/Transforms/IPO/
GlobalDCE.h 33 SmallPtrSet<GlobalValue*, 32> AliveGlobals;
34 SmallPtrSet<Constant *, 8> SeenConstants;
  /frameworks/compile/libbcc/lib/
BCCContextImpl.h 20 #include <llvm/ADT/SmallPtrSet.h>
37 llvm::SmallPtrSet<Source *, 2> mOwnSources;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/IPO/
GlobalDCE.h 35 SmallPtrSet<GlobalValue*, 32> AliveGlobals;
41 std::unordered_map<Constant *, SmallPtrSet<GlobalValue *, 8>>
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/IPO/
GlobalDCE.h 35 SmallPtrSet<GlobalValue*, 32> AliveGlobals;
41 std::unordered_map<Constant *, SmallPtrSet<GlobalValue *, 8>>
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/IPO/
GlobalDCE.h 35 SmallPtrSet<GlobalValue*, 32> AliveGlobals;
41 std::unordered_map<Constant *, SmallPtrSet<GlobalValue *, 8>>
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
GlobalDCE.h 35 SmallPtrSet<GlobalValue*, 32> AliveGlobals;
41 std::unordered_map<Constant *, SmallPtrSet<GlobalValue *, 8>>
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/IPO/
GlobalDCE.h 35 SmallPtrSet<GlobalValue*, 32> AliveGlobals;
41 std::unordered_map<Constant *, SmallPtrSet<GlobalValue *, 8>>
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/IPO/
GlobalDCE.h 35 SmallPtrSet<GlobalValue*, 32> AliveGlobals;
41 std::unordered_map<Constant *, SmallPtrSet<GlobalValue *, 8>>
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/IPO/
GlobalDCE.h 35 SmallPtrSet<GlobalValue*, 32> AliveGlobals;
41 std::unordered_map<Constant *, SmallPtrSet<GlobalValue *, 8>>
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
GlobalDCE.h 35 SmallPtrSet<GlobalValue*, 32> AliveGlobals;
41 std::unordered_map<Constant *, SmallPtrSet<GlobalValue *, 8>>
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionNormalization.h 39 #include "llvm/ADT/SmallPtrSet.h"
64 typedef SmallPtrSet<const Loop *, 2> PostIncLoopSet;
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ScalarEvolutionNormalization.h 39 #include "llvm/ADT/SmallPtrSet.h"
64 typedef SmallPtrSet<const Loop *, 2> PostIncLoopSet;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionNormalization.h 39 #include "llvm/ADT/SmallPtrSet.h"
64 typedef SmallPtrSet<const Loop *, 2> PostIncLoopSet;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionNormalization.h 39 #include "llvm/ADT/SmallPtrSet.h"
64 typedef SmallPtrSet<const Loop *, 2> PostIncLoopSet;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionNormalization.h 39 #include "llvm/ADT/SmallPtrSet.h"
64 typedef SmallPtrSet<const Loop *, 2> PostIncLoopSet;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionNormalization.h 39 #include "llvm/ADT/SmallPtrSet.h"
64 typedef SmallPtrSet<const Loop *, 2> PostIncLoopSet;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionNormalization.h 39 #include "llvm/ADT/SmallPtrSet.h"
64 typedef SmallPtrSet<const Loop *, 2> PostIncLoopSet;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionNormalization.h 39 #include "llvm/ADT/SmallPtrSet.h"
64 typedef SmallPtrSet<const Loop *, 2> PostIncLoopSet;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionNormalization.h 39 #include "llvm/ADT/SmallPtrSet.h"
64 typedef SmallPtrSet<const Loop *, 2> PostIncLoopSet;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionNormalization.h 39 #include "llvm/ADT/SmallPtrSet.h"
64 typedef SmallPtrSet<const Loop *, 2> PostIncLoopSet;
  /external/llvm/include/llvm/ADT/
SmallPtrSet.h 1 //===- llvm/ADT/SmallPtrSet.h - 'Normally small' pointer set ----*- C++ -*-===//
10 // This file defines the SmallPtrSet class. See the doxygen comment for
33 /// SmallPtrSet<>'s, which is almost everything. SmallPtrSet has two modes, one
36 /// Small sets use an array of pointers allocated in the SmallPtrSet object,
69 // Helpers to copy and move construct a SmallPtrSet.
230 /// SmallPtrSetIterator - This implements a const_iterator for SmallPtrSet.
288 /// \brief A templated base class for \c SmallPtrSet which provides the
348 /// SmallPtrSet - This class implements a set which is optimized for holding
353 class SmallPtrSet : public SmallPtrSetImpl<PtrType>
    [all...]
  /external/llvm/include/llvm/Transforms/Scalar/
Float2Int.h 33 void findRoots(Function &F, SmallPtrSet<Instruction *, 8> &Roots);
45 SmallPtrSet<Instruction *, 8> Roots;
  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/IPO/
InlinerPass.h 27 class SmallPtrSet;
85 SmallPtrSet<const Function *, 16> *DNR = NULL);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
Float2Int.h 33 void findRoots(Function &F, SmallPtrSet<Instruction *, 8> &Roots);
45 SmallPtrSet<Instruction *, 8> Roots;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
Float2Int.h 33 void findRoots(Function &F, SmallPtrSet<Instruction *, 8> &Roots);
45 SmallPtrSet<Instruction *, 8> Roots;

Completed in 1363 milliseconds

1 2 3 4 5 6 7 8 91011>>