HomeSort by relevance Sort by last modified time
    Searched refs:SmallPtrSet (Results 76 - 100 of 224) sorted by null

1 2 34 5 6 7 8 9

  /frameworks/compile/slang/
slang_rs_export_type.cpp 84 llvm::SmallPtrSet<const clang::Type*, 8>& SPS,
120 llvm::SmallPtrSet<const clang::Type*, 8>& SPS,
159 llvm::SmallPtrSet<clang::Type const *, 8> &SPS,
325 llvm::SmallPtrSet<const clang::Type*, 8> SPS =
326 llvm::SmallPtrSet<const clang::Type*, 8>();
375 llvm::SmallPtrSet<const clang::Type*, 8>& SPS,
577 llvm::SmallPtrSet<const clang::Type*, 8> SPS =
578 llvm::SmallPtrSet<const clang::Type*, 8>();
    [all...]
  /external/llvm/include/llvm/ADT/
PostOrderIterator.h 20 #include "llvm/ADT/SmallPtrSet.h"
88 class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>,
  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 19 #include "llvm/ADT/SmallPtrSet.h"
227 typedef SmallPtrSet<const Value*, 8> PtrSetTy;
LoopInfoImpl.h 244 llvm::SmallPtrSet<BlockT*, 8> VisitSet;
246 df_ext_iterator<BlockT*, llvm::SmallPtrSet<BlockT*, 8> >
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 36 #include "llvm/ADT/SmallPtrSet.h"
150 SmallPtrSet<const Function *, 32> UsedFunctions;
  /external/llvm/include/llvm/
PassManagers.h 19 #include "llvm/ADT/SmallPtrSet.h"
248 DenseMap<Pass *, SmallPtrSet<Pass *, 8> > InversedLastUser;
  /external/llvm/lib/Analysis/
Lint.cpp 100 SmallPtrSet<Value *, 4> &Visited) const;
591 SmallPtrSet<Value *, 4> Visited;
597 SmallPtrSet<Value *, 4> &Visited) const {
611 SmallPtrSet<BasicBlock *, 4> VisitedBlocks;
LoopInfo.cpp 19 #include "llvm/ADT/SmallPtrSet.h"
179 SmallPtrSet<BasicBlock*, 16> LoopBBs(block_begin(), block_end());
291 SmallPtrSet<BasicBlock *, 16> LoopBBs(block_begin(), block_end());
  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 118 SmallPtrSet<MachineInstr*, 8> visited;
StackProtector.cpp 19 #include "llvm/ADT/SmallPtrSet.h"
55 SmallPtrSet<const PHINode*, 16> VisitedPHIs;
MachineCSE.cpp 351 SmallPtrSet<MachineInstr*, 8> CSUses;
407 SmallPtrSet<MachineBasicBlock*, 4> CSBBs;
StackColoring.cpp 30 #include "llvm/ADT/SmallPtrSet.h"
302 SmallPtrSet<const MachineBasicBlock*, 8> BBSet(BasicBlockNumbering.begin(),
310 SmallPtrSet<const MachineBasicBlock*, 8> NextBBSet;
  /external/llvm/lib/IR/
Globals.cpp 16 #include "llvm/ADT/SmallPtrSet.h"
248 SmallPtrSet<const GlobalValue*, 3> Visited;
PassRegistry.cpp 17 #include "llvm/ADT/SmallPtrSet.h"
55 SmallPtrSet<const PassInfo *, 8> Implementations;
PassManager.cpp 558 DenseMap<Pass *, SmallPtrSet<Pass *, 8> >::iterator DMI =
563 SmallPtrSet<Pass *, 8> &LU = DMI->second;
564 for (SmallPtrSet<Pass *, 8>::iterator I = LU.begin(),
782 DenseMap<Pass *, SmallPtrSet<Pass *, 8> >::iterator InvDMI =
785 SmallPtrSet<Pass *, 8> &L = InvDMI->second;
788 SmallPtrSet<Pass *, 8> L; L.insert(DMI->first);
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalDCE.cpp 20 #include "llvm/ADT/SmallPtrSet.h"
44 SmallPtrSet<GlobalValue*, 32> AliveGlobals;
PruneEH.cpp 19 #include "llvm/ADT/SmallPtrSet.h"
62 SmallPtrSet<CallGraphNode *, 8> SCCNodes;
  /external/llvm/lib/Transforms/Scalar/
GlobalMerge.cpp 56 #include "llvm/ADT/SmallPtrSet.h"
105 SmallPtrSet<const GlobalVariable *, 16> MustKeepGlobalVariables;
CodeGenPrepare.cpp 187 SmallPtrSet<BasicBlock*, 8> WorkList;
345 SmallPtrSet<const BasicBlock*, 16> BBPreds;
766 SmallPtrSet<BasicBlock*, 4> VisitedBBs;
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 24 #include "llvm/ADT/SmallPtrSet.h"
139 llvm::SmallPtrSet<CanQualType, 8> SeenVBaseTypes;
    [all...]
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 29 #include "llvm/ADT/SmallPtrSet.h"
395 llvm::SmallPtrSet<const VarDecl*, 4> Visited;
396 llvm::SmallPtrSet<const DeclContext*, 4> IgnoredContexts;
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 16 #include "llvm/ADT/SmallPtrSet.h"
231 SmallPtrSet<JIT*, 1> JITs; // Optimize for process containing just 1 JIT.
246 for (SmallPtrSet<JIT*, 1>::const_iterator Jit = JITs.begin(),
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 612 SmallPtrSet<const BasicBlock*, 8> Visited;
614 SmallPtrSet<const BasicBlock*, 8> InStack;
LoopSimplify.cpp 156 SmallPtrSet<BasicBlock*, 4> BadPreds;
165 for (SmallPtrSet<BasicBlock*, 4>::iterator I = BadPreds.begin(),
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 31 #include "llvm/ADT/SmallPtrSet.h"
395 typedef llvm::SmallPtrSet<ExplodedNode*,5> ImplTy;

Completed in 480 milliseconds

1 2 34 5 6 7 8 9