Searched refs:SmallMapVector (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Format/ |
| H A D | FormatTokenLexer.h | 115 llvm::SmallMapVector<IdentifierInfo *, TokenType, 8> Macros;
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | MapVector.h | 232 struct SmallMapVector struct
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | CGSCCPassManager.h | 327 SmallMapVector<Value *, WeakTrackingVH, 16> IndirectVHs;
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| H A D | GVN.h | 243 SmallMapVector<Value *, Value *, 4> ReplaceOperandsWithMap;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SimplifyCFGPass.cpp | 83 SmallMapVector<unsigned /*TerminatorOpcode*/, SmallVector<BasicBlock *, 2>, 4> in tailMergeBlocksWithSimilarFunctionTerminators()
|
| /freebsd-13.1/contrib/llvm-project/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>
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 207 llvm::SmallMapVector<ParmVarDecl *, Stmt *, 4> CoroutineParameterMoves;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | AssumeBundleBuilder.cpp | 106 SmallMapVector<MapKey, unsigned, 8> AssumedKnowledgeMap;
|
| H A D | SimplifyCFG.cpp | 1136 SmallMapVector<BasicBlock *, int, 8> NewSuccessors; in PerformValueComparisonIntoPredecessorFolding()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CGSCCPassManager.cpp | 390 SmallMapVector<Value *, WeakTrackingVH, 16> &CallHandles) { in run()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | SyntheticSections.h | 345 llvm::SmallMapVector<const OutputSection *, PageBlock, 16> pagesMap;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 1296 SmallMapVector<unsigned, unsigned, 4> LoopInvariantRegs; 1299 SmallMapVector<unsigned, unsigned, 4> MaxLocalUsers; 1604 SmallMapVector<PHINode *, SmallVector<Instruction *, 4>, 4>; 6618 SmallVector<SmallMapVector<unsigned, unsigned, 4>, 8> MaxUsages(VFs.size()); in calculateRegisterUsage() 6653 SmallMapVector<unsigned, unsigned, 4> RegUsage; in calculateRegisterUsage() 6701 SmallMapVector<unsigned, unsigned, 4> Invariant; in calculateRegisterUsage()
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeGenSchedule.cpp | 1044 SmallMapVector<unsigned, SmallVector<Record *, 8>, 4> ClassInstrs; in createInstRWClass()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 307 using SpillInfo = SmallMapVector<Value *, SmallVector<Instruction *, 2>, 8>;
|