| /minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | MapVector.h | 32 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 D | MapVectorTest.cpp | 18 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 D | CXXInheritance.h | 276 typedef llvm::MapVector<unsigned, ValuesT> MapType; 361 : public llvm::MapVector<const CXXMethodDecl *, OverridingMethods> { };
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | StackMaps.h | 193 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 D | DbgValueHistoryCalculator.h | 34 typedef MapVector<const MDNode *, InstrRanges> InstrRangesMap;
|
| H A D | DwarfDebug.h | 167 MapVector<const MDNode *, DwarfCompileUnit *> CUMap; 170 MapVector<const MDNode *, DwarfCompileUnit *> SPMap;
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 141 MapVector<const MCSection *, std::pair<MCSymbol *, MCSymbol *> > 395 MapVector<const MCSection *, std::pair<MCSymbol *, MCSymbol *> > & 399 std::pair<MapVector<const MCSection *,
|
| H A D | ConstantPools.h | 76 typedef MapVector<const MCSection *, ConstantPool> ConstantPoolMapTy;
|
| H A D | MCDwarf.h | 168 typedef MapVector<const MCSection *, MCLineEntryCollection> MCLineDivisionMap;
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
| H A D | ScheduleDAGInstrs.cpp | 770 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 D | ObjCARCOpts.cpp | 55 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 D | AArch64CollectLOH.cpp | 198 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 D | SemaInternal.h | 149 addNamespaces(const llvm::MapVector<NamespaceDecl *, bool> &KnownNamespaces);
|
| H A D | Sema.h | 2610 llvm::MapVector<TypoExpr *, TypoExprState> DelayedTypos; 2621 llvm::MapVector<NamespaceDecl*, bool> KnownNamespaces;
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/ |
| H A D | DWARFContext.h | 170 typedef MapVector<object::SectionRef, DWARFSection,
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | GlobalModuleIndex.cpp | 389 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 D | StructurizeCFG.cpp | 39 typedef MapVector<PHINode *, BBValueVector> PhiMap; 40 typedef MapVector<BasicBlock *, BBVector> BB2BBVecMap;
|
| H A D | GVN.cpp | 1557 MapVector<BasicBlock *, Value *> PredLoads; in PerformLoadPRE()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/MC/ |
| H A D | MCContext.cpp | 401 MapVector<const MCSection *, std::pair<MCSymbol *, MCSymbol *> >::iterator in finalizeDwarfSections()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
| H A D | GCOV.h | 421 typedef MapVector<const GCOVFunction *, GCOVCoverage> FuncCoverageMap;
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 493 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 D | CodeGenModule.h | 360 llvm::MapVector<GlobalDecl, StringRef> MangledDeclNames; 384 typedef llvm::MapVector<IdentifierInfo *,
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCAsmPrinter.cpp | 70 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 D | SLPVectorizer.cpp | 930 MapVector<BasicBlock *, std::unique_ptr<BlockScheduling>> BlocksSchedules; 2881 typedef MapVector<Value *, StoreList> StoreListMap;
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 1330 typedef llvm::MapVector<const VarDecl *, MappedType> UsesMap;
|