|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/Transforms/Scalar/GVN.h 181 SmallMapVector<Value *, Value *, 4> ReplaceOperandsWithMap;
lib/Transforms/Vectorize/LoopVectorize.cpp 1011 SmallMapVector<unsigned, unsigned, 4> LoopInvariantRegs;
1014 SmallMapVector<unsigned, unsigned, 4> MaxLocalUsers;
5379 SmallVector<SmallMapVector<unsigned, unsigned, 4>, 8> MaxUsages(VFs.size());
5410 SmallMapVector<unsigned, unsigned, 4> RegUsage;
5458 SmallMapVector<unsigned, unsigned, 4> Invariant;
tools/clang/include/clang/Sema/ScopeInfo.h 197 llvm::SmallMapVector<ParmVarDecl *, Stmt *, 4> CoroutineParameterMoves;
tools/clang/include/clang/Serialization/ASTReader.h 537 llvm::SmallMapVector<Decl *, FunctionDecl *, 4> PendingExceptionSpecUpdates;
542 llvm::SmallMapVector<FunctionDecl *, QualType, 4> PendingDeducedTypeUpdates;
1035 llvm::SmallMapVector<IdentifierInfo *, SmallVector<NamedDecl*, 2>, 16>
tools/clang/lib/Format/FormatTokenLexer.h 109 llvm::SmallMapVector<IdentifierInfo *, TokenType, 8> Macros;
tools/lld/ELF/SyntheticSections.h 339 llvm::SmallMapVector<const OutputSection *, PageBlock, 16> pagesMap;
unittests/ADT/MapVectorTest.cpp 199 SmallMapVector<int, int, 32> MV;
200 std::pair<SmallMapVector<int, int, 32>::iterator, bool> R;
240 SmallMapVector<int, int, 32> MV;
263 SmallMapVector<int, int, 32> MV;
284 SmallMapVector<int, int, 32> MV;
308 SmallMapVector<int, std::unique_ptr<int>, 8> MV;
317 SmallMapVector<int, int, 1> MV;
318 std::pair<SmallMapVector<int, int, 1>::iterator, bool> R;
358 SmallMapVector<int, int, 1> MV;
381 SmallMapVector<int, int, 1> MV;
402 SmallMapVector<int, int, 1> MV;
utils/TableGen/CodeGenSchedule.cpp 1048 SmallMapVector<unsigned, SmallVector<Record *, 8>, 4> ClassInstrs;