/external/llvm/lib/Target/Sparc/ |
DelaySlotFiller.cpp | 23 #include "llvm/ADT/SmallSet.h" 65 SmallSet<unsigned, 32>& RegUses); 68 SmallSet<unsigned, 32>& RegDefs, 69 SmallSet<unsigned, 32>& RegUses); 71 bool IsRegInSet(SmallSet<unsigned, 32>& RegSet, 76 SmallSet<unsigned, 32> &RegDefs, 77 SmallSet<unsigned, 32> &RegUses); 132 SmallSet<unsigned, 32> RegDefs; 133 SmallSet<unsigned, 32> RegUses; 190 SmallSet<unsigned, 32> &RegDefs [all...] |
/external/llvm/include/llvm/CodeGen/ |
ProcessImplicitDefs.h | 15 #include "llvm/ADT/SmallSet.h" 35 SmallSet<unsigned, 8> &ImpDefRegs);
|
FunctionLoweringInfo.h | 25 #include "llvm/ADT/SmallSet.h" 100 SmallSet<const Instruction *, 8> CatchInfoLost; 101 SmallSet<const Instruction *, 8> CatchInfoFound;
|
LiveVariables.h | 39 #include "llvm/ADT/SmallSet.h" 182 SmallSet<unsigned,4> &PartDefRegs);
|
/external/llvm/include/llvm/ADT/ |
SmallSet.h | 1 //===- llvm/ADT/SmallSet.h - 'Normally small' sets --------------*- C++ -*-===// 10 // This file defines the SmallSet class. 23 /// SmallSet - This maintains a set of unique values, optimizing for the case 31 class SmallSet { 40 SmallSet() {} 114 class SmallSet<PointeeType*, N> : public SmallPtrSet<PointeeType*, N> {};
|
SetVector.h | 23 #include "llvm/ADT/SmallSet.h" 35 typename Set = SmallSet<T, 16> > 164 class SmallSetVector : public SetVector<T, SmallVector<T, N>, SmallSet<T, N> > {
|
/external/llvm/lib/Target/ARM/ |
Thumb2ITBlockPass.cpp | 17 #include "llvm/ADT/SmallSet.h" 45 SmallSet<unsigned, 4> &Defs, 46 SmallSet<unsigned, 4> &Uses); 56 SmallSet<unsigned, 4> &Defs, 57 SmallSet<unsigned, 4> &Uses, 109 SmallSet<unsigned, 4> &Defs, 110 SmallSet<unsigned, 4> &Uses) { 145 SmallSet<unsigned, 4> Defs; 146 SmallSet<unsigned, 4> Uses;
|
/external/llvm/lib/CodeGen/ |
ScheduleDAGInstrs.h | 23 #include "llvm/ADT/SmallSet.h" 53 SmallSet<unsigned, 8> LoopLiveIns; 69 const SmallSet<unsigned, 8> &LoopLiveIns) { 125 SmallSet<unsigned, 8> LoopLiveInRegs;
|
CriticalAntiDepBreaker.h | 27 #include "llvm/ADT/SmallSet.h" 69 SmallSet<unsigned, 4> KeepRegs;
|
PeepholeOptimizer.cpp | 55 #include "llvm/ADT/SmallSet.h" 103 SmallSet<unsigned, 4> &ImmDefRegs, 106 SmallSet<unsigned, 4> &ImmDefRegs, 354 SmallSet<unsigned, 4> &ImmDefRegs, 375 SmallSet<unsigned, 4> &ImmDefRegs, 408 SmallSet<unsigned, 4> ImmDefRegs;
|
ProcessImplicitDefs.cpp | 15 #include "llvm/ADT/SmallSet.h" 50 SmallSet<unsigned, 8> &ImpDefRegs) { 63 SmallSet<unsigned, 8> &ImpDefRegs) { 92 SmallSet<unsigned, 8> ImpDefRegs;
|
MachineCSE.cpp | 25 #include "llvm/ADT/SmallSet.h" 85 SmallSet<unsigned,8> &PhysRefs) const; 87 SmallSet<unsigned,8> &PhysRefs) const; 192 SmallSet<unsigned,8> &PhysRefs) const { 218 SmallSet<unsigned,8> &PhysRefs) const { 397 SmallSet<unsigned,8> PhysRefs;
|
IfConversion.cpp | 31 #include "llvm/ADT/SmallSet.h" 198 SmallSet<unsigned, 4> &Redefs); 201 SmallSet<unsigned, 4> &Redefs, [all...] |
LiveVariables.cpp | 38 #include "llvm/ADT/SmallSet.h" 189 SmallSet<unsigned,4> &PartDefRegs) { 240 SmallSet<unsigned, 4> PartDefRegs; 247 SmallSet<unsigned, 8> Processed; 337 SmallSet<unsigned, 8> PartUses; 425 SmallSet<unsigned, 32> Live;
|
LocalStackSlotAllocation.cpp | 25 #include "llvm/ADT/SmallSet.h" 163 SmallSet<int, 16> LargeStackObjs;
|
MachineLICM.cpp | 38 #include "llvm/ADT/SmallSet.h" 81 SmallSet<unsigned, 32> RegSeen; 152 SmallSet<int, 32> &StoredFIs, 355 SmallSet<int, 32> &StoredFIs, 437 SmallSet<int, 32> StoredFIs; [all...] |
StackSlotColoring.cpp | 32 #include "llvm/ADT/SmallSet.h" 143 SmallSet<unsigned, 4> &Defs, 414 SmallVector<SmallSet<unsigned, 4>, 4> NewDefs(MF.getNumBlockIDs()); 429 SmallSet<unsigned, 4> &Defs = NewDefs[MBBId]; 613 SmallSet<unsigned, 4> &Defs,
|
VirtRegRewriter.cpp | 25 #include "llvm/ADT/SmallSet.h" 421 SmallSet<unsigned, 8> &Rejected, 443 SmallSet<unsigned, 8> Rejected; [all...] |
BranchFolding.cpp | 34 #include "llvm/ADT/SmallSet.h" 128 SmallSet<unsigned, 4> ImpDefRegs; [all...] |
RegAllocLinearScan.cpp | 37 #include "llvm/ADT/SmallSet.h" 131 SmallSet<unsigned, 8> DowngradedRegs; 775 SmallSet<unsigned, 4> Processed; 776 SmallSet<unsigned, 4> SuperAdded; [all...] |
/external/llvm/lib/Analysis/ |
CaptureTracking.cpp | 24 #include "llvm/ADT/SmallSet.h" 50 SmallSet<Use*, Threshold> Visited;
|
/external/clang/include/clang/AST/ |
CXXInheritance.h | 23 #include "llvm/ADT/SmallSet.h" 366 : public llvm::SmallSet<const CXXRecordDecl*, 32> { };
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
UnreachableCodeChecker.cpp | 42 typedef llvm::SmallSet<unsigned, DEFAULT_CFGBLOCKS> CFGBlocksSet;
|
/external/clang/lib/Index/ |
Analyzer.cpp | 25 #include "llvm/ADT/SmallSet.h" 99 typedef llvm::SmallSet<Entity, 16> EntitiesSetTy; 252 typedef llvm::SmallSet<Entity, 16> EntitiesSetTy;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
ScheduleDAGFast.cpp | 23 #include "llvm/ADT/SmallSet.h" 440 SmallSet<unsigned, 4> &RegAdded, 469 SmallSet<unsigned, 4> RegAdded;
|