Searched refs:SmallMapVector (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
H A D | FormatTokenLexer.h | 115 llvm::SmallMapVector<IdentifierInfo *, TokenType, 8> Macros;
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | MapVector.h | 232 struct SmallMapVector struct
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | CGSCCPassManager.h | 327 SmallMapVector<Value *, WeakTrackingVH, 16> IndirectVHs;
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/ |
H A D | GVN.h | 241 SmallMapVector<Value *, Value *, 4> ReplaceOperandsWithMap;
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 527 llvm::SmallMapVector<Decl *, FunctionDecl *, 4> PendingExceptionSpecUpdates; 532 llvm::SmallMapVector<FunctionDecl *, QualType, 4> PendingDeducedTypeUpdates; 1052 llvm::SmallMapVector<IdentifierInfo *, SmallVector<NamedDecl*, 2>, 16>
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 207 llvm::SmallMapVector<ParmVarDecl *, Stmt *, 4> CoroutineParameterMoves;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | AssumeBundleBuilder.cpp | 106 SmallMapVector<MapKey, unsigned, 8> AssumedKnowledgeMap;
|
H A D | SimplifyCFG.cpp | 1132 SmallMapVector<BasicBlock *, int, 8> NewSuccessors; in PerformValueComparisonIntoPredecessorFolding()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | CGSCCPassManager.cpp | 390 SmallMapVector<Value *, WeakTrackingVH, 16> &CallHandles) { in run()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 1283 SmallMapVector<unsigned, unsigned, 4> LoopInvariantRegs; 1286 SmallMapVector<unsigned, unsigned, 4> MaxLocalUsers; 1591 SmallMapVector<PHINode *, SmallVector<Instruction *, 4>, 4>; 6563 SmallVector<SmallMapVector<unsigned, unsigned, 4>, 8> MaxUsages(VFs.size()); in calculateRegisterUsage() 6594 SmallMapVector<unsigned, unsigned, 4> RegUsage; in calculateRegisterUsage() 6642 SmallMapVector<unsigned, unsigned, 4> Invariant; in calculateRegisterUsage()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | CodeGenSchedule.cpp | 1044 SmallMapVector<unsigned, SmallVector<Record *, 8>, 4> ClassInstrs; in createInstRWClass()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 307 using SpillInfo = SmallMapVector<Value *, SmallVector<Instruction *, 2>, 8>;
|