Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormatTokenLexer.h126 llvm::SmallMapVector<IdentifierInfo *, TokenType, 8> Macros;
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DSROA.h137 SmallMapVector<SelectInst *, sroa::RewriteableMemOps, 8> SelectsToRewrite;
H A DGVN.h246 SmallMapVector<Value *, Value *, 4> ReplaceOperandsWithMap;
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h546 llvm::SmallMapVector<Decl *, FunctionDecl *, 4> PendingExceptionSpecUpdates;
551 llvm::SmallMapVector<FunctionDecl *, QualType, 4> PendingDeducedTypeUpdates;
1071 llvm::SmallMapVector<IdentifierInfo *, SmallVector<NamedDecl*, 2>, 16>
1137 llvm::SmallMapVector<DuplicateObjCDecls<ObjCCategoryDecl>,
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DMapVector.h233 struct SmallMapVector struct
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DCGSCCPassManager.h317 SmallMapVector<Value *, WeakTrackingVH, 16> IndirectVHs;
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DClustering.cpp192 std::vector<SmallMapVector<unsigned, SmallVector<size_t, 1>, 1>> in clusterizeNaive()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp158 SmallMapVector<unsigned /*TerminatorOpcode*/, SmallVector<BasicBlock *, 2>, 4> in tailMergeBlocksWithSimilarFunctionTerminators()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScopeInfo.h212 llvm::SmallMapVector<ParmVarDecl *, Stmt *, 4> CoroutineParameterMoves;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp108 SmallMapVector<MapKey, uint64_t, 8> AssumedKnowledgeMap;
H A DSimplifyCFG.cpp1176 SmallMapVector<BasicBlock *, int, 8> NewSuccessors; in PerformValueComparisonIntoPredecessorFolding()
3149 SmallMapVector<ConstantInt *, SmallSetVector<BasicBlock *, 2>, 2> KnownValues; in FoldCondBranchOnValueKnownInPredecessorImpl()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp378 SmallMapVector<Value *, WeakTrackingVH, 16> &CallHandles) { in run()
/openbsd-src/gnu/llvm/lld/ELF/
H A DSyntheticSections.h321 llvm::SmallMapVector<const OutputSection *, PageBlock, 16> pagesMap;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp743 SmallMapVector<const RecurrenceDescriptor *, PHINode *, 4>
1231 SmallMapVector<unsigned, unsigned, 4> LoopInvariantRegs;
1234 SmallMapVector<unsigned, unsigned, 4> MaxLocalUsers;
1562 SmallMapVector<PHINode *, SmallVector<Instruction *, 4>, 4>;
5996 SmallVector<SmallMapVector<unsigned, unsigned, 4>, 8> MaxUsages(VFs.size()); in calculateRegisterUsage()
6030 SmallMapVector<unsigned, unsigned, 4> RegUsage; in calculateRegisterUsage()
6077 SmallMapVector<unsigned, unsigned, 4> Invariant; in calculateRegisterUsage()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocFast.cpp448 SmallMapVector<MachineInstr *, SmallVector<const MachineOperand *>, 2> in spill()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2363 SmallMapVector<Use *, Value *, 32> ToBeChangedUses;
2367 SmallMapVector<Value *, PointerIntPair<Value *, 1, bool>, 32>
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp1050 SmallMapVector<unsigned, SmallVector<Record *, 8>, 4> ClassInstrs; in createInstRWClass()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp10533 SmallMapVector<AA::ValueAndContext, int, 8> ValueScopeMap; in recurseForValue()
10810 SmallMapVector<const Function *, LivenessInfo, 4> &LivenessAAs) { in handlePHINode()
10900 SmallMapVector<const Function *, LivenessInfo, 4> &LivenessAAs) { in simplifyInstruction()
10920 SmallMapVector<const Function *, LivenessInfo, 4> LivenessAAs; in genericValueTraversal()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp323 using SpillInfo = SmallMapVector<Value *, SmallVector<Instruction *, 2>, 8>;
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4648 SmallMapVector<std::pair<BasicBlock *, BasicBlock *>, BasicBlock *, 4> in parseFunctionBody()