HomeSort by relevance Sort by last modified time
    Searched refs:SmallVector (Results 51 - 75 of 776) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/lib/CodeGen/
CGCall.h 43 typedef SmallVector<llvm::AttributeSet, 8> AttributeListType;
57 public SmallVector<CallArg, 16> {
117 SmallVector<Writeback, 1> Writebacks;
122 SmallVector<CallArgCleanup, 1> CleanupsToDeactivate;
177 class FunctionArgList : public SmallVector<const VarDecl*, 16> {
MicrosoftVBTables.h 51 // SmallVector.
56 typedef llvm::SmallVector<VBTablePath *, 6> VBTablePathVector;
  /external/llvm/include/llvm/
PassManagers.h 20 #include "llvm/ADT/SmallVector.h"
233 SmallVector<PMDataManager *, 8> PassManagers;
239 SmallVector<PMDataManager *, 8> IndirectPassManagers;
251 SmallVector<ImmutablePass *, 8> ImmutablePasses;
373 SmallVector<Pass *, 16> PassVector;
396 SmallVector<Pass *, 8> HigherLevelAnalysis;
  /external/clang/include/clang/Serialization/
ASTWriter.h 29 #include "llvm/ADT/SmallVector.h"
81 typedef SmallVector<uint64_t, 64> RecordData;
176 typedef SmallVector<std::pair<unsigned, serialization::DeclID>, 64>
286 typedef SmallVector<uint64_t, 2> UpdateRecord;
309 SmallVector<uint64_t, 16> ExternalDefinitions;
322 SmallVector<const Decl *, 16> UpdatingVisibleDecls;
349 SmallVector<ReplacedDeclInfo, 16> ReplacedDecls;
353 llvm::SetVector<Decl *, SmallVector<Decl *, 4>,
358 SmallVector<Stmt *, 16> StmtsToEmit;
362 SmallVector<Stmt *, 16> *CollectedStmts
    [all...]
  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 23 #include "llvm/ADT/SmallVector.h"
145 SmallVector<LexicalScope *, 4> AbstractScopesList;
236 SmallVector<LexicalScope *, 4> Children; // Scopes defined in scope.
238 SmallVector<InsnRange, 4> Ranges;
ScheduleDFS.h 108 SmallVector<TreeData, 16> DFSTreeData;
112 std::vector<SmallVector<Connection, 4> > SubtreeConnections;
LiveIntervalAnalysis.h 24 #include "llvm/ADT/SmallVector.h"
70 SmallVector<SlotIndex, 8> RegMaskSlots;
84 SmallVector<const uint32_t*, 8> RegMaskBits;
91 SmallVector<std::pair<unsigned, unsigned>, 8> RegMaskBlocks;
95 SmallVector<LiveInterval*, 0> RegUnitIntervals;
  /external/llvm/lib/CodeGen/
SplitKit.h 87 SmallVector<SlotIndex, 8> UseSlots;
93 SmallVector<std::pair<SlotIndex, SlotIndex>, 8> LastSplitPoint;
96 SmallVector<BlockInfo, 8> UseBlocks;
  /external/llvm/lib/DebugInfo/
DWARFContext.h 20 #include "llvm/ADT/SmallVector.h"
30 SmallVector<DWARFCompileUnit, 1> CUs;
37 SmallVector<DWARFCompileUnit, 1> DWOCUs;
178 SmallVector<MemoryBuffer*, 4> UncompressedSections;
  /external/llvm/lib/Transforms/Scalar/
LoopInstSimplify.cpp 73 SmallVector<BasicBlock*, 8> ExitBlocks;
82 SmallVector<WorklistItem, 16> VisitStack;
145 SmallVector<BasicBlock*, 8> SubLoopExitBlocks;
  /external/clang/include/clang/AST/
AttrIterator.h 42 typedef SmallVector<Attr*, 2> AttrVec;
43 typedef SmallVector<const Attr*, 2> ConstAttrVec;
CommentCommandTraits.h 21 #include "llvm/ADT/SmallVector.h"
175 SmallVector<CommandInfo *, 4> RegisteredCommands;
  /external/clang/include/clang/Sema/
ScopeInfo.h 22 #include "llvm/ADT/SmallVector.h"
112 SmallVector<SwitchStmt*, 8> SwitchStack;
117 SmallVector<ReturnStmt*, 4> Returns;
121 SmallVector<CompoundScopeInfo, 4> CompoundScopes;
126 SmallVector<PossiblyUnreachableDiag, 4> PossiblyUnreachableDiags;
251 typedef SmallVector<WeakUseTy, 4> WeakUseVector;
453 SmallVector<Capture, 4> Captures;
607 SmallVector<VarDecl *, 4> ArrayIndexVars;
611 SmallVector<unsigned, 4> ArrayIndexStarts;
  /external/llvm/include/llvm/DebugInfo/
DIContext.h 20 #include "llvm/ADT/SmallVector.h"
62 typedef SmallVector<std::pair<uint64_t, DILineInfo>, 16> DILineInfoTable;
66 SmallVector<DILineInfo, 4> Frames;
  /external/llvm/lib/Analysis/
ProfileDataLoader.cpp 84 SmallVector<unsigned, 8> TempSpace(NumEntries);
108 SmallVector<char, 8> Args(ArgLength+4);
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 73 typedef SmallVector<unsigned, 2> data_type;
164 SmallVector<uint64_t, 64> Record;
296 SmallVector<unsigned, 2> ModuleIDs = *Known;
355 SmallVector<unsigned, 4> Dependencies;
370 typedef llvm::StringMap<SmallVector<unsigned, 2> > InterestingIdentifierMap;
432 SmallVector<uint64_t, 64> Record;
546 SmallVector<uint64_t, 64> Record;
623 typedef SmallVector<unsigned, 2> data_type;
624 typedef const SmallVector<unsigned, 2> &data_type_ref;
668 SmallVector<uint64_t, 2> Record
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
UninitializedValues.h 19 #include "llvm/ADT/SmallVector.h"
46 SmallVector<Branch, 2> UninitBranches;
  /external/clang/include/clang/Driver/
Job.h 14 #include "llvm/ADT/SmallVector.h"
87 typedef SmallVector<Job*, 4> list_type;
  /external/clang/include/clang/Lex/
PreprocessorLexer.h 20 #include "llvm/ADT/SmallVector.h"
70 SmallVector<PPConditionalInfo, 4> ConditionalStack;
  /external/clang/lib/Analysis/
CFGReachabilityAnalysis.cpp 16 #include "llvm/ADT/SmallVector.h"
43 SmallVector<const CFGBlock *, 11> worklist;
ObjCNoReturn.cpp 34 SmallVector<IdentifierInfo*, 3> II;
  /external/clang/lib/Frontend/
CreateInvocationFromCommandLine.cpp 41 SmallVector<const char *, 16> Args;
  /external/clang/lib/StaticAnalyzer/Core/
CheckerContext.cpp 95 SmallVector<char, 16> buf;
  /external/clang/tools/libclang/
CIndexInclusionStack.cpp 32 SmallVector<CXSourceLocation, 10> InclusionStack;
  /external/llvm/include/llvm/Analysis/
PHITransAddr.h 17 #include "llvm/ADT/SmallVector.h"
46 SmallVector<Instruction*, 4> InstInputs;

Completed in 449 milliseconds

1 23 4 5 6 7 8 91011>>