HomeSort by relevance Sort by last modified time
    Searched refs:DenseMap (Results 51 - 75 of 487) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/llvm/lib/Transforms/ObjCARC/
ProvenanceAnalysis.h 28 #include "llvm/ADT/DenseMap.h"
54 typedef DenseMap<ValuePairTy, bool> CachedResultsTy;
ObjCARCOpts.cpp 33 #include "llvm/ADT/DenseMap.h"
495 DenseMap<const BasicBlock *, BBState> &BBStates,
501 DenseMap<const BasicBlock *, BBState> &BBStates,
504 DenseMap<Value *, RRInfo> &Releases,
507 DenseMap<const BasicBlock *, BBState> &BBStates,
508 DenseMap<Value *, RRInfo> &Releases);
509 bool Visit(Function &F, DenseMap<const BasicBlock *, BBState> &BBStates,
511 DenseMap<Value *, RRInfo> &Releases);
515 DenseMap<Value *, RRInfo> &Releases,
519 PairUpRetainsAndReleases(DenseMap<const BasicBlock *, BBState> &BBStates
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64GOT.h 15 #include <llvm/ADT/DenseMap.h>
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMGOT.h 14 #include <llvm/ADT/DenseMap.h>
  /external/clang/lib/CodeGen/
CodeGenPGO.h 37 std::unique_ptr<llvm::DenseMap<const Stmt *, unsigned>> RegionCounterMap;
38 std::unique_ptr<llvm::DenseMap<const Stmt *, uint64_t>> StmtCountMap;
CoverageMappingGen.h 21 #include "llvm/ADT/DenseMap.h"
89 llvm::DenseMap<const Stmt *, unsigned> *CounterMap;
98 llvm::DenseMap<const Stmt *, unsigned> *CounterMap)
  /external/llvm/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 13 #include "llvm/ADT/DenseMap.h"
28 DenseMap<Instruction*, unsigned> WorklistMap;
77 DenseMap<Instruction*, unsigned>::iterator It = WorklistMap.find(I);
  /external/llvm/lib/CodeGen/AsmPrinter/
WinCodeViewLineTables.h 18 #include "llvm/ADT/DenseMap.h"
44 typedef DenseMap<const Function *, FunctionInfo> FnDebugInfoTy;
63 DenseMap<MCSymbol *, InstrInfoTy> InstrInfo;
  /external/clang/include/clang/AST/
Mangle.h 19 #include "llvm/ADT/DenseMap.h"
55 llvm::DenseMap<const BlockDecl*, unsigned> GlobalBlockIds;
56 llvm::DenseMap<const BlockDecl*, unsigned> LocalBlockIds;
57 llvm::DenseMap<const TagDecl*, uint64_t> AnonStructIds;
76 llvm::DenseMap<const BlockDecl *, unsigned> &BlockIds
78 std::pair<llvm::DenseMap<const BlockDecl *, unsigned>::iterator, bool>
84 std::pair<llvm::DenseMap<const TagDecl *, uint64_t>::iterator, bool>
VTableBuilder.h 22 #include "llvm/ADT/DenseMap.h"
228 typedef llvm::DenseMap<BaseSubobject, uint64_t> AddressPointsMapTy;
304 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
339 typedef llvm::DenseMap<GlobalDecl, int64_t> MethodVTableIndicesTy;
342 typedef llvm::DenseMap<const CXXRecordDecl *, const VTableLayout *>
353 typedef llvm::DenseMap<ClassPairTy, CharUnits>
457 llvm::DenseMap<const CXXRecordDecl *, unsigned> VBTableIndices;
503 typedef llvm::DenseMap<GlobalDecl, MethodVFTableLocation>
507 typedef llvm::DenseMap<const CXXRecordDecl *, VPtrInfoVector *>
512 typedef llvm::DenseMap<VFTableIdTy, const VTableLayout *> VFTableLayoutMapTy
    [all...]
  /external/clang/include/clang/Lex/
ModuleMap.h 22 #include "llvm/ADT/DenseMap.h"
143 typedef llvm::DenseMap<const FileEntry *, SmallVector<KnownHeader, 1> >
156 llvm::DenseMap<const DirectoryEntry *, Module *> UmbrellaDirs;
193 llvm::DenseMap<const DirectoryEntry *, InferredDirectory> InferredDirectories;
197 llvm::DenseMap<const Module *, const FileEntry *> InferredModuleAllowedBy;
199 llvm::DenseMap<const Module *, AdditionalModMapsSet> AdditionalModMaps;
203 llvm::DenseMap<const FileEntry *, bool> ParsedModuleMap;
  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 17 #include "llvm/ADT/DenseMap.h"
262 typedef DenseMap<Instruction*, MemDepResult> LocalDepMapType;
300 typedef DenseMap<ValueIsLoadPair,
305 typedef DenseMap<Instruction*,
315 typedef DenseMap<Instruction*, PerInstNLInfo> NonLocalDepMapType;
321 typedef DenseMap<Instruction*,
451 DenseMap<BasicBlock *, Value *> &Visited,
LoopIterator.h 52 DenseMap<BasicBlock*, unsigned> PostNumbers;
88 DenseMap<BasicBlock*, unsigned>::const_iterator I = PostNumbers.find(BB);
94 DenseMap<BasicBlock*, unsigned>::const_iterator I = PostNumbers.find(BB);
SparsePropagation.h 18 #include "llvm/ADT/DenseMap.h"
119 DenseMap<Value *, LatticeVal> ValueState; // The state each value is in.
149 DenseMap<Value*, LatticeVal>::const_iterator I = ValueState.find(V);
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCChecker.h 88 typedef llvm::DenseMap<unsigned, PredSet>::iterator DefsIterator;
89 llvm::DenseMap<unsigned, PredSet> Defs;
120 typedef llvm::DenseMap<unsigned, NewSenseList>::iterator NewDefsIterator;
121 llvm::DenseMap<unsigned, NewSenseList> NewDefs;
148 typedef llvm::DenseMap<unsigned, NewSense>::iterator NewUsesIterator;
149 llvm::DenseMap<unsigned, NewSense> NewUses;
  /external/clang/include/clang/Serialization/
ASTWriter.h 25 #include "llvm/ADT/DenseMap.h"
103 typedef llvm::DenseMap<QualType, serialization::TypeIdx,
144 llvm::DenseMap<const FileEntry *, uint32_t> InputFileIDs;
185 llvm::DenseMap<const Decl *, serialization::DeclID> DeclIDs;
200 typedef llvm::DenseMap<FileID, DeclIDInFileInfo *> FileDeclIDsTy;
250 llvm::DenseMap<MacroInfo *, serialization::MacroID> MacroIDs;
260 llvm::DenseMap<const IdentifierInfo *, uint64_t> IdentMacroDirectivesOffsetMap;
270 llvm::DenseMap<Stmt *, uint64_t> SubStmtEntries;
299 llvm::DenseMap<const MacroDefinitionRecord *,
304 llvm::DenseMap<const Decl *, unsigned> AnonymousDeclarationNumbers
    [all...]
GlobalModuleIndex.h 19 #include "llvm/ADT/DenseMap.h"
104 llvm::DenseMap<ModuleFile *, unsigned> ModulesByFile;
  /external/llvm/lib/CodeGen/
MachineCopyPropagation.cpp 15 #include "llvm/ADT/DenseMap.h"
51 typedef DenseMap<unsigned, DestList> SourceMap;
55 DenseMap<unsigned, MachineInstr*> &AvailCopyMap);
68 DenseMap<unsigned, MachineInstr*> &AvailCopyMap) {
131 DenseMap<unsigned, MachineInstr*> AvailCopyMap; // Def -> available copies map
132 DenseMap<unsigned, MachineInstr*> CopyMap; // Def -> copies map
151 DenseMap<unsigned, MachineInstr*>::iterator CI = AvailCopyMap.find(Src);
255 DenseMap<unsigned, MachineInstr*>::iterator CI = CopyMap.find(*AI);
BranchFolding.h 57 DenseMap<const MachineBasicBlock *, int> FuncletMembership;
111 DenseMap<const MachineBasicBlock *, BlockFrequency> MergedBBFreq;
  /external/clang/lib/AST/
ItaniumCXXABI.cpp 56 llvm::DenseMap<const Type *, unsigned> ManglingNumbers;
57 llvm::DenseMap<const IdentifierInfo *, unsigned> VarManglingNumbers;
58 llvm::DenseMap<const IdentifierInfo *, unsigned> TagManglingNumbers;
  /external/clang/include/clang/Frontend/
VerifyDiagnosticConsumer.h 15 #include "llvm/ADT/DenseMap.h"
239 typedef llvm::DenseMap<FileID, const FileEntry *> ParsedFilesMap;
240 typedef llvm::DenseMap<FileID, UnparsedFileStatus> UnparsedFilesMap;
  /external/llvm/include/llvm/ADT/
DenseMap.h 1 //===- llvm/ADT/DenseMap.h - Dense probed hash table ------------*- C++ -*-===//
10 // This file defines the DenseMap class.
84 /// Grow the densemap so that it has at least Size buckets. Does not shrink
250 /// somewhere into the DenseMap's array of buckets (i.e. either to a key or
251 /// value in the DenseMap).
258 /// determine whether an insertion caused the DenseMap to reallocate.
529 /// This is just the raw memory used by DenseMap.
540 class DenseMap : public DenseMapBase<DenseMap<KeyT, ValueT, KeyInfoT, BucketT>,
544 typedef DenseMapBase<DenseMap, KeyT, ValueT, KeyInfoT, BucketT> BaseT
    [all...]
  /external/llvm/lib/Analysis/
EHPersonalities.cpp 48 DenseMap<BasicBlock *, ColorVector> llvm::colorEHFunclets(Function &F) {
51 DenseMap<BasicBlock *, ColorVector> BlockColors;
  /external/llvm/lib/Target/AMDGPU/
R600OptimizeVectorRegisters.cpp 65 DenseMap<unsigned, unsigned> RegToChan;
105 typedef DenseMap<unsigned, std::vector<MachineInstr *> > InstructionSetMap;
106 DenseMap<MachineInstr *, RegSeqInfo> PreviousRegSeq;
149 for (DenseMap<unsigned, unsigned>::iterator It = ToMerge->RegToChan.begin(),
151 DenseMap<unsigned, unsigned>::const_iterator PosInUntouched =
187 DenseMap<unsigned, unsigned> UpdatedRegToChan = BaseRSI->RegToChan;
189 for (DenseMap<unsigned, unsigned>::iterator It = RSI->RegToChan.begin(),
308 for (DenseMap<unsigned, unsigned>::const_iterator
  /external/clang/include/clang/Analysis/Analyses/
PostOrderCFGView.h 21 #include "llvm/ADT/DenseMap.h"
75 typedef llvm::DenseMap<const CFGBlock *, unsigned> BlockOrderTy;

Completed in 294 milliseconds

1 23 4 5 6 7 8 91011>>