Home
last modified time | relevance | path

Searched refs:SmallMapVector (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatTokenLexer.h115 llvm::SmallMapVector<IdentifierInfo *, TokenType, 8> Macros;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DMapVector.h232 struct SmallMapVector struct
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DCGSCCPassManager.h327 SmallMapVector<Value *, WeakTrackingVH, 16> IndirectVHs;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h241 SmallMapVector<Value *, Value *, 4> ReplaceOperandsWithMap;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h527 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 DScopeInfo.h207 llvm::SmallMapVector<ParmVarDecl *, Stmt *, 4> CoroutineParameterMoves;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp106 SmallMapVector<MapKey, unsigned, 8> AssumedKnowledgeMap;
H A DSimplifyCFG.cpp1132 SmallMapVector<BasicBlock *, int, 8> NewSuccessors; in PerformValueComparisonIntoPredecessorFolding()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp390 SmallMapVector<Value *, WeakTrackingVH, 16> &CallHandles) { in run()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1283 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 DCodeGenSchedule.cpp1044 SmallMapVector<unsigned, SmallVector<Record *, 8>, 4> ClassInstrs; in createInstRWClass()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp307 using SpillInfo = SmallMapVector<Value *, SmallVector<Instruction *, 2>, 8>;