Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSymbolTable.h70 llvm::SmallMapVector<StringRef, ArmCmseEntryFunction, 1> cmseSymMap;
H A DSyntheticSections.h323 llvm::SmallMapVector<const OutputSection *, PageBlock, 16> pagesMap;
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.h135 llvm::SmallMapVector<IdentifierInfo *, TokenType, 8> Macros;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h546 llvm::SmallMapVector<Decl *, FunctionDecl *, 4> PendingExceptionSpecUpdates;
551 llvm::SmallMapVector<FunctionDecl *, QualType, 4> PendingDeducedTypeUpdates;
1084 llvm::SmallMapVector<IdentifierInfo *, SmallVector<NamedDecl*, 2>, 16>
1156 llvm::SmallMapVector<DuplicateObjCDecls<ObjCCategoryDecl>,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DMapVector.h252 struct SmallMapVector struct
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCGSCCPassManager.h317 SmallMapVector<Value *, WeakTrackingVH, 16> IndirectVHs;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp158 SmallMapVector<unsigned /*TerminatorOpcode*/, SmallVector<BasicBlock *, 2>, 4> in tailMergeBlocksWithSimilarFunctionTerminators()
H A DSROA.cpp216 SmallMapVector<SelectInst *, RewriteableMemOps, 8> SelectsToRewrite;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h246 SmallMapVector<Value *, Value *, 4> ReplaceOperandsWithMap;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp358 SmallMapVector<Instruction *, std::unique_ptr<RematNode>, 8>;
454 using SpillInfo = SmallMapVector<Value *, SmallVector<Instruction *, 2>, 8>;
561 const SmallMapVector<Instruction *, std::unique_ptr<RematGraph>, 8> &RM) { in dumpRemats()
2282 const SmallMapVector<Instruction *, std::unique_ptr<RematGraph>, 8> in rewriteMaterializableInstructions()
3038 SmallMapVector<Instruction *, std::unique_ptr<RematGraph>, 8> AllRemats; in doRematerializations()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h218 llvm::SmallMapVector<ParmVarDecl *, Stmt *, 4> CoroutineParameterMoves;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp107 SmallMapVector<MapKey, uint64_t, 8> AssumedKnowledgeMap;
H A DSimplifyCFG.cpp1180 SmallMapVector<BasicBlock *, int, 8> NewSuccessors; in PerformValueComparisonIntoPredecessorFolding()
3246 SmallMapVector<ConstantInt *, SmallSetVector<BasicBlock *, 2>, 2> KnownValues; in FoldCondBranchOnValueKnownInPredecessorImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp374 SmallMapVector<Value *, WeakTrackingVH, 16> &CallHandles) { in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp790 SmallMapVector<const RecurrenceDescriptor *, PHINode *, 4>
1260 SmallMapVector<unsigned, unsigned, 4> LoopInvariantRegs;
1263 SmallMapVector<unsigned, unsigned, 4> MaxLocalUsers;
5681 SmallVector<SmallMapVector<unsigned, unsigned, 4>, 8> MaxUsages(VFs.size()); in calculateRegisterUsage()
5717 SmallMapVector<unsigned, unsigned, 4> RegUsage; in calculateRegisterUsage()
5764 SmallMapVector<unsigned, unsigned, 4> Invariant; in calculateRegisterUsage()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1648 SmallMapVector<const Value *, std::pair<Value *, Value *>, 4>
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp557 SmallMapVector<MachineInstr *, SmallVector<const MachineOperand *>, 2> in spill()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2540 SmallMapVector<Use *, Value *, 32> ToBeChangedUses;
2544 SmallMapVector<Value *, PointerIntPair<Value *, 1, bool>, 32>
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp1069 SmallMapVector<unsigned, SmallVector<Record *, 8>, 4> ClassInstrs; in createInstRWClass()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp10869 SmallMapVector<AA::ValueAndContext, int, 8> ValueScopeMap; in recurseForValue()
11197 SmallMapVector<const Function *, LivenessInfo, 4> &LivenessAAs) { in handlePHINode()
11302 SmallMapVector<const Function *, LivenessInfo, 4> &LivenessAAs) { in simplifyInstruction()
11321 SmallMapVector<const Function *, LivenessInfo, 4> LivenessAAs; in genericValueTraversal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4685 SmallMapVector<std::pair<BasicBlock *, BasicBlock *>, BasicBlock *, 4> in parseFunctionBody()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp853 SmallMapVector<ICmpInst *, unsigned, 4> ICmps; in foldAllocaCmp()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13028 SmallMapVector<SDValue, unsigned, 16> DifferentValueMap; in LowerBUILD_VECTOR()