Searched refs:SmallMapVector (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.h109 llvm::SmallMapVector<IdentifierInfo *, TokenType, 8> Macros;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DMapVector.h232 struct SmallMapVector struct in namespace:llvm
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h182 SmallMapVector<Value *, Value *, 4> ReplaceOperandsWithMap;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h522 llvm::SmallMapVector<Decl *, FunctionDecl *, 4> PendingExceptionSpecUpdates;
527 llvm::SmallMapVector<FunctionDecl *, QualType, 4> PendingDeducedTypeUpdates;
1028 llvm::SmallMapVector<IdentifierInfo *, SmallVector<NamedDecl*, 2>, 16>
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h198 llvm::SmallMapVector<ParmVarDecl *, Stmt *, 4> CoroutineParameterMoves;
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h339 llvm::SmallMapVector<const OutputSection *, PageBlock, 16> pagesMap;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1020 SmallMapVector<unsigned, unsigned, 4> LoopInvariantRegs;
1023 SmallMapVector<unsigned, unsigned, 4> MaxLocalUsers;
5441 SmallVector<SmallMapVector<unsigned, unsigned, 4>, 8> MaxUsages(VFs.size());
5472 SmallMapVector<unsigned, unsigned, 4> RegUsage;
5520 SmallMapVector<unsigned, unsigned, 4> Invariant;
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp1048 SmallMapVector<unsigned, SmallVector<Record *, 8>, 4> ClassInstrs;

Completed in 205 milliseconds