| /external/llvm/lib/Target/AArch64/ |
| AArch64CollectLOH.cpp | 108 #include "llvm/ADT/MapVector.h" 200 typedef MapVector<const MachineBasicBlock *, 206 typedef MapVector<const MachineBasicBlock *, 211 typedef MapVector<const MachineInstr *, SetOfMachineInstr> InstrToInstrs; 214 typedef MapVector<const MachineBasicBlock *, BitVector> BlockToRegSet; [all...] |
| /external/webrtc/webrtc/base/ |
| linux.cc | 188 bool ConfigParser::Parse(MapVector* key_val_pairs) {
|
| /external/clang/include/clang/Serialization/ |
| ASTReader.h | 38 #include "llvm/ADT/MapVector.h" 543 typedef llvm::MapVector<Decl *, uint64_t, 679 typedef llvm::MapVector<IdentifierInfo *, SmallVector<PendingMacroInfo, 2> > [all...] |
| /external/clang/include/clang/Sema/ |
| SemaInternal.h | 161 addNamespaces(const llvm::MapVector<NamespaceDecl *, bool> &KnownNamespaces);
|
| Sema.h | 464 llvm::MapVector<FieldDecl *, DeleteLocs> DeleteExprs; 519 typedef llvm::MapVector<const FunctionDecl *, LateParsedTemplate *> 656 llvm::MapVector<IdentifierInfo *, WeakInfo> WeakUndeclaredIdentifiers; [all...] |
| /external/llvm/include/llvm/MC/ |
| MCDwarf.h | 19 #include "llvm/ADT/MapVector.h" 172 typedef MapVector<MCSection *, MCLineEntryCollection> MCLineDivisionMap;
|
| /external/llvm/include/llvm/Support/ |
| GCOV.h | 19 #include "llvm/ADT/MapVector.h" 438 typedef MapVector<const GCOVFunction *, GCOVCoverage> FuncCoverageMap;
|
| /external/clang/lib/CodeGen/ |
| CodeGenModule.h | 352 llvm::MapVector<GlobalDecl, StringRef> MangledDeclNames; 376 typedef llvm::MapVector<IdentifierInfo *, [all...] |
| /external/clang/lib/Serialization/ |
| GlobalModuleIndex.cpp | 22 #include "llvm/ADT/MapVector.h" 391 typedef llvm::MapVector<const FileEntry *, ModuleFileInfo> ModuleFilesMap; 409 llvm::MapVector<const FileEntry *, ModuleFileInfo>::iterator Known
|
| ASTWriterDecl.cpp | 166 llvm::MapVector<ModuleFile*, const Decl*> Firsts; [all...] |
| ASTReader.cpp | [all...] |
| /external/llvm/lib/Transforms/Scalar/ |
| StructurizeCFG.cpp | 11 #include "llvm/ADT/MapVector.h" 42 typedef MapVector<PHINode *, BBValueVector> PhiMap; 43 typedef MapVector<BasicBlock *, BBVector> BB2BBVecMap;
|
| LoopRerollPass.cpp | 15 #include "llvm/ADT/MapVector.h" 373 typedef MapVector<Instruction*, SmallBitVector> UsesTy; 879 // Populate the MapVector with all instructions in the block, in order first, [all...] |
| GVN.cpp | 22 #include "llvm/ADT/MapVector.h" [all...] |
| RewriteStatepointsForGC.cpp | 24 #include "llvm/ADT/MapVector.h" 759 MapVector<Value *, BDVState> States; [all...] |
| /external/clang/lib/Sema/ |
| Sema.cpp | [all...] |
| AnalysisBasedWarnings.cpp | 44 #include "llvm/ADT/MapVector.h" [all...] |
| SemaLookup.cpp | [all...] |
| /external/llvm/lib/Transforms/Vectorize/ |
| LoopVectorize.cpp | 52 #include "llvm/ADT/MapVector.h" 329 MapVector<Instruction*,uint64_t> MinimumBitWidths) { 552 MapVector<Instruction*,uint64_t> MinBWs; [all...] |
| SLPVectorizer.cpp | 19 #include "llvm/ADT/MapVector.h" 897 MapVector<BasicBlock *, std::unique_ptr<BlockScheduling>> BlocksSchedules; [all...] |
| /external/llvm/lib/Target/PowerPC/ |
| PPCAsmPrinter.cpp | 27 #include "llvm/ADT/MapVector.h" 70 MapVector<MCSymbol *, MCSymbol *> TOC; [all...] |
| /external/llvm/lib/CodeGen/ |
| WinEHPrepare.cpp | 20 #include "llvm/ADT/MapVector.h" 85 MapVector<BasicBlock *, std::vector<BasicBlock *>> FuncletBlocks; [all...] |
| /external/llvm/lib/Target/WebAssembly/ |
| Relooper.cpp | 137 typedef MapVector<Block *, BlockSet> BlockBlockSetMap; [all...] |
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| DwarfDebug.cpp | [all...] |
| /external/v8/test/cctest/ |
| test-types.cc | 32 typedef Types::MapVector::iterator MapIterator; [all...] |