/external/llvm/include/llvm/ |
PassManagers.h | 19 #include "llvm/ADT/SmallPtrSet.h" 248 DenseMap<Pass *, SmallPtrSet<Pass *, 8> > InversedLastUser;
|
/external/llvm/lib/Analysis/ |
IVUsers.cpp | 107 SmallPtrSet<Instruction *, 4> UniqueUsers;
|
Lint.cpp | 99 SmallPtrSet<Value *, 4> &Visited) const; 554 SmallPtrSet<Value *, 4> Visited; 560 SmallPtrSet<Value *, 4> &Visited) const { 574 SmallPtrSet<BasicBlock *, 4> VisitedBlocks;
|
InlineCost.cpp | 18 #include "llvm/ADT/SmallPtrSet.h" 466 SmallPtrSet<const Function*, 16> &NeverInline) { 472 SmallPtrSet<const Function*, 16> &NeverInline) {
|
BranchProbabilityInfo.cpp | 78 SmallPtrSet<BasicBlock *, 8> Visited;
|
/external/llvm/lib/CodeGen/ |
CalcSpillWeights.cpp | 97 SmallPtrSet<MachineInstr*, 8> visited;
|
CodePlacementOpt.cpp | 272 SmallPtrSet<MachineBasicBlock *, 8> ContiguousBlocks;
|
GCStrategy.cpp | 181 SmallPtrSet<AllocaInst*,16> InitedRoots;
|
LiveRangeEdit.cpp | 216 SmallPtrSet<LiveInterval*, 8> > ToShrink;
|
VirtRegMap.h | 26 #include "llvm/ADT/SmallPtrSet.h" 129 SmallVector<SmallPtrSet<MachineInstr*, 4>, 8> SpillSlotToUsesMap;
|
/external/llvm/lib/Transforms/IPO/ |
GlobalDCE.cpp | 23 #include "llvm/ADT/SmallPtrSet.h" 44 SmallPtrSet<GlobalValue*, 32> AliveGlobals;
|
PruneEH.cpp | 26 #include "llvm/ADT/SmallPtrSet.h" 62 SmallPtrSet<CallGraphNode *, 8> SCCNodes;
|
/external/llvm/lib/VMCore/ |
Globals.cpp | 20 #include "llvm/ADT/SmallPtrSet.h" 242 SmallPtrSet<const GlobalValue*, 3> Visited;
|
PassRegistry.cpp | 21 #include "llvm/ADT/SmallPtrSet.h" 54 SmallPtrSet<const PassInfo *, 8> Implementations;
|
PassManager.cpp | 575 DenseMap<Pass *, SmallPtrSet<Pass *, 8> >::iterator DMI = 580 SmallPtrSet<Pass *, 8> &LU = DMI->second; 581 for (SmallPtrSet<Pass *, 8>::iterator I = LU.begin(), 756 DenseMap<Pass *, SmallPtrSet<Pass *, 8> >::iterator InvDMI = 759 SmallPtrSet<Pass *, 8> &L = InvDMI->second; 762 SmallPtrSet<Pass *, 8> L; L.insert(DMI->first); [all...] |
/external/llvm/lib/Transforms/Scalar/ |
JumpThreading.cpp | 31 #include "llvm/ADT/SmallPtrSet.h" 80 SmallPtrSet<BasicBlock*, 16> LoopHeaders; 402 SmallPtrSet<BasicBlock*, 4> LHSKnownBBs; [all...] |
TailDuplication.cpp | 30 #include "llvm/ADT/SmallPtrSet.h" 59 SmallPtrSet<BasicBlock*, 4> CycleDetector;
|
/external/llvm/lib/ExecutionEngine/JIT/ |
JIT.cpp | 21 #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 | 480 SmallPtrSet<const BasicBlock*, 8> Visited; 482 SmallPtrSet<const BasicBlock*, 8> InStack;
|
LoopSimplify.cpp | 153 SmallPtrSet<BasicBlock*, 4> BadPreds; 162 for (SmallPtrSet<BasicBlock*, 4>::iterator I = BadPreds.begin(),
|
/external/clang/include/clang/Sema/ |
Overload.h | 24 #include "llvm/ADT/SmallPtrSet.h" 661 llvm::SmallPtrSet<Decl *, 16> Functions;
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
ExplodedGraph.h | 27 #include "llvm/ADT/SmallPtrSet.h" 367 typedef llvm::SmallPtrSet<ExplodedNode*,5> ImplTy;
|
/external/llvm/include/llvm/Analysis/ |
DominatorInternals.h | 14 #include "llvm/ADT/SmallPtrSet.h" 116 SmallPtrSet<typename GraphT::NodeType*, 32> Visited;
|
/external/llvm/include/llvm/CodeGen/ |
LiveIntervalAnalysis.h | 29 #include "llvm/ADT/SmallPtrSet.h" 139 SmallPtrSet<MachineInstr*,32> &JoinedCopies);
|
/external/llvm/lib/Target/ARM/ |
MLxExpansionPass.cpp | 24 #include "llvm/ADT/SmallPtrSet.h" 57 SmallPtrSet<MachineInstr*, 4> IgnoreStall;
|