Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.h115 llvm::SmallMapVector<IdentifierInfo *, TokenType, 8> Macros;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DMapVector.h232 struct SmallMapVector struct
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCGSCCPassManager.h327 SmallMapVector<Value *, WeakTrackingVH, 16> IndirectVHs;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h243 SmallMapVector<Value *, Value *, 4> ReplaceOperandsWithMap;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp83 SmallMapVector<unsigned /*TerminatorOpcode*/, SmallVector<BasicBlock *, 2>, 4> in tailMergeBlocksWithSimilarFunctionTerminators()
/freebsd-13.1/contrib/llvm-project/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>
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h207 llvm::SmallMapVector<ParmVarDecl *, Stmt *, 4> CoroutineParameterMoves;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp106 SmallMapVector<MapKey, unsigned, 8> AssumedKnowledgeMap;
H A DSimplifyCFG.cpp1136 SmallMapVector<BasicBlock *, int, 8> NewSuccessors; in PerformValueComparisonIntoPredecessorFolding()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp390 SmallMapVector<Value *, WeakTrackingVH, 16> &CallHandles) { in run()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h345 llvm::SmallMapVector<const OutputSection *, PageBlock, 16> pagesMap;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1296 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 DCodeGenSchedule.cpp1044 SmallMapVector<unsigned, SmallVector<Record *, 8>, 4> ClassInstrs; in createInstRWClass()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp307 using SpillInfo = SmallMapVector<Value *, SmallVector<Instruction *, 2>, 8>;