Home
last modified time | relevance | path

Searched refs:MapVector (Results 1 – 25 of 29) sorted by relevance

12

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DMapVector.h32 class MapVector {
165 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { in remove_if()
189 : MapVector<KeyT, ValueT, SmallDenseMap<KeyT, unsigned, N>,
/minix3/external/bsd/llvm/dist/llvm/unittests/ADT/
H A DMapVectorTest.cpp18 MapVector<int, int> MV; in TEST()
19 std::pair<MapVector<int, int>::iterator, bool> R; in TEST()
59 MapVector<int, int> MV; in TEST()
82 MapVector<int, int> MV; in TEST()
103 MapVector<int, int> MV; in TEST()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DCXXInheritance.h276 typedef llvm::MapVector<unsigned, ValuesT> MapType;
361 : public llvm::MapVector<const CXXMethodDecl *, OverridingMethods> { };
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DStackMaps.h193 typedef MapVector<uint64_t, uint64_t> ConstantPool;
194 typedef MapVector<const MCSymbol *, uint64_t> FnStackSizeMap;
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDbgValueHistoryCalculator.h34 typedef MapVector<const MDNode *, InstrRanges> InstrRangesMap;
H A DDwarfDebug.h167 MapVector<const MDNode *, DwarfCompileUnit *> CUMap;
170 MapVector<const MDNode *, DwarfCompileUnit *> SPMap;
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h141 MapVector<const MCSection *, std::pair<MCSymbol *, MCSymbol *> >
395 MapVector<const MCSection *, std::pair<MCSymbol *, MCSymbol *> > &
399 std::pair<MapVector<const MCSection *,
H A DConstantPools.h76 typedef MapVector<const MCSection *, ConstantPool> ConstantPoolMapTy;
H A DMCDwarf.h168 typedef MapVector<const MCSection *, MCLineEntryCollection> MCLineDivisionMap;
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp770 MapVector<ValueType, std::vector<SUnit *> > AliasMemDefs, NonAliasMemDefs; in buildSchedGraph()
771 MapVector<ValueType, std::vector<SUnit *> > AliasMemUses, NonAliasMemUses; in buildSchedGraph()
867 for (MapVector<ValueType, std::vector<SUnit *> >::iterator I = in buildSchedGraph()
873 for (MapVector<ValueType, std::vector<SUnit *> >::iterator I = in buildSchedGraph()
907 for (MapVector<ValueType, std::vector<SUnit *> >::iterator I = in buildSchedGraph()
912 for (MapVector<ValueType, std::vector<SUnit *> >::iterator I = in buildSchedGraph()
950 MapVector<ValueType, std::vector<SUnit *> >::iterator I = in buildSchedGraph()
952 MapVector<ValueType, std::vector<SUnit *> >::iterator IE = in buildSchedGraph()
975 MapVector<ValueType, std::vector<SUnit *> >::iterator J = in buildSchedGraph()
977 MapVector<ValueType, std::vector<SUnit *> >::iterator JE = in buildSchedGraph()
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp55 class MapVector { class
73 ~MapVector() { in ~MapVector()
570 typedef MapVector<const Value *, PtrState> MapTy;
1107 MapVector<Value *, RRInfo> &Retains,
1111 MapVector<Value *, RRInfo> &Retains);
1120 MapVector<Value *, RRInfo> &Retains,
1124 MapVector<Value *, RRInfo> &Retains,
1130 MapVector<Value *, RRInfo> &Retains,
1143 MapVector<Value *, RRInfo> &Retains,
1711 MapVector<Value *, RRInfo> &Retains, in VisitInstructionBottomUp()
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64CollectLOH.cpp198 typedef MapVector<const MachineBasicBlock *,
204 typedef MapVector<const MachineBasicBlock *,
209 typedef MapVector<const MachineInstr *, SetOfMachineInstr> InstrToInstrs;
212 typedef MapVector<const MachineBasicBlock *, BitVector> BlockToRegSet;
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSemaInternal.h149 addNamespaces(const llvm::MapVector<NamespaceDecl *, bool> &KnownNamespaces);
H A DSema.h2610 llvm::MapVector<TypoExpr *, TypoExprState> DelayedTypos;
2621 llvm::MapVector<NamespaceDecl*, bool> KnownNamespaces;
/minix3/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/
H A DDWARFContext.h170 typedef MapVector<object::SectionRef, DWARFSection,
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp389 typedef llvm::MapVector<const FileEntry *, ModuleFileInfo> ModuleFilesMap;
407 llvm::MapVector<const FileEntry *, ModuleFileInfo>::iterator Known in getModuleFileInfo()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp39 typedef MapVector<PHINode *, BBValueVector> PhiMap;
40 typedef MapVector<BasicBlock *, BBVector> BB2BBVecMap;
H A DGVN.cpp1557 MapVector<BasicBlock *, Value *> PredLoads; in PerformLoadPRE()
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp401 MapVector<const MCSection *, std::pair<MCSymbol *, MCSymbol *> >::iterator in finalizeDwarfSections()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DGCOV.h421 typedef MapVector<const GCOVFunction *, GCOVCoverage> FuncCoverageMap;
/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h493 typedef llvm::MapVector<Decl *, uint64_t,
680 typedef llvm::MapVector<IdentifierInfo *, SmallVector<PendingMacroInfo, 2> >
941 llvm::MapVector<IdentifierInfo *, SmallVector<uint32_t, 4> >
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h360 llvm::MapVector<GlobalDecl, StringRef> MangledDeclNames;
384 typedef llvm::MapVector<IdentifierInfo *,
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp70 MapVector<MCSymbol*, MCSymbol*> TOC;
1055 for (MapVector<MCSymbol*, MCSymbol*>::iterator I = TOC.begin(), in doFinalization()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp930 MapVector<BasicBlock *, std::unique_ptr<BlockScheduling>> BlocksSchedules;
2881 typedef MapVector<Value *, StoreList> StoreListMap;
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1330 typedef llvm::MapVector<const VarDecl *, MappedType> UsesMap;

12