HomeSort by relevance Sort by last modified time
    Searched refs:DenseMap (Results 676 - 700 of 1961) sorted by null

<<21222324252627282930>>

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ModuleManager.h 20 #include "llvm/ADT/DenseMap.h"
49 llvm::DenseMap<const FileEntry *, ModuleFile *> Modules;
62 llvm::DenseMap<const FileEntry *, std::unique_ptr<llvm::MemoryBuffer>>
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LexicalScopes.h 21 #include "llvm/ADT/DenseMap.h"
223 DenseMap<const MachineInstr *, LexicalScope *> &M);
227 DenseMap<const MachineInstr *, LexicalScope *> &M);
  /external/clang/include/clang/Basic/
PlistSupport.h 19 typedef llvm::DenseMap<FileID, unsigned> FIDMap;
  /external/clang/include/clang/Edit/
EditedSource.h 15 #include "llvm/ADT/DenseMap.h"
44 llvm::DenseMap<unsigned, llvm::TinyPtrVector<IdentifierInfo*>>
  /external/clang/include/clang/Serialization/
ASTReader.h 454 typedef llvm::DenseMap<serialization::DeclID, FileOffsetsTy>
470 llvm::DenseMap<void *, PendingFakeDefinitionKind> PendingFakeDefinitionData;
480 llvm::DenseMap<std::pair<DeclContext*, IdentifierInfo*>, NamedDecl*>
485 llvm::DenseMap<DeclContext*, llvm::SmallVector<NamedDecl*, 2>>
498 llvm::DenseMap<FileID, FileDeclsInfo> FileDeclIDs;
505 llvm::DenseMap<const DeclContext*, std::pair<ModuleFile*, LexicalContents>>
512 llvm::DenseMap<const DeclContext *,
527 llvm::DenseMap<serialization::DeclID, DeclContextVisibleUpdates>
611 typedef llvm::DenseMap<Module *, HiddenNames> HiddenNamesMapType;
660 llvm::DenseMap<Selector, unsigned> SelectorGeneration
    [all...]
  /external/clang/lib/Analysis/
CFGStmtMap.cpp 15 #include "llvm/ADT/DenseMap.h"
22 typedef llvm::DenseMap<const Stmt*, CFGBlock*> SMap;
  /external/llvm/include/llvm/CodeGen/
DFAPacketizer.h 29 #include "llvm/ADT/DenseMap.h"
82 DenseMap<UnsignPair, unsigned> CachedTable;
  /external/llvm/include/llvm/Transforms/IPO/
LowerTypeTests.h 18 #include "llvm/ADT/DenseMap.h"
64 const DenseMap<GlobalObject *, uint64_t> &GlobalLayout,
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 22 #include "llvm/ADT/DenseMap.h"
201 DenseMap<const DIE *, DwarfCompileUnit *> CUDieMap;
207 DenseMap<const MCSymbol *, uint64_t> SymSize;
210 DenseMap<const MDNode *, std::unique_ptr<DbgVariable>> AbstractVariables;
239 DenseMap<const MDNode *, uint64_t> TypeSignatures;
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
BlockFrequencyImpl.h 18 #include "llvm/ADT/DenseMap.h"
44 DenseMap<BlockT *, BlockFrequency> Freqs;
109 DenseMap<BlockT *, unsigned> RPO;
112 DenseMap<BlockT *, uint32_t> CycleProb;
312 typename DenseMap<BlockT *, BlockFrequency>::const_iterator I = Freqs.find(BB);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfException.h 17 #include "llvm/ADT/DenseMap.h"
81 typedef DenseMap<MCSymbol *, PadRange> RangeMapType;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
PlistSupport.h 18 typedef llvm::DenseMap<FileID, unsigned> FIDMap;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Edit/
EditedSource.h 15 #include "llvm/ADT/DenseMap.h"
44 llvm::DenseMap<unsigned, llvm::TinyPtrVector<IdentifierInfo*>>
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
CFLAndersAliasAnalysis.h 18 #include "llvm/ADT/DenseMap.h"
98 DenseMap<const Function *, Optional<FunctionInfo>> Cache;
LoopAccessAnalysis.h 223 DenseMap<Instruction *, unsigned> generateInstructionOrderMap() const {
224 DenseMap<Instruction *, unsigned> OrderMap;
247 DenseMap<MemAccessInfo, std::vector<unsigned> > Accesses;
699 DenseMap<Loop *, std::unique_ptr<LoopAccessInfo>> LoopAccessInfoMap;
ScalarEvolution.h 376 typedef DenseMap<const SCEV *, SmallVector<const SCEVPredicate *, 4>>
494 typedef DenseMap<const SCEV *, bool> HasRecMapType;
502 typedef DenseMap<const SCEV *, SetVector<ValueOffsetPair>> ExprValueMapType;
528 typedef DenseMap<SCEVCallbackVH, const SCEV *, DenseMapInfo<Value *>>
547 DenseMap<const SCEV *, uint32_t> MinTrailingZerosCache;
712 DenseMap<const Loop *, BackedgeTakenInfo> BackedgeTakenCounts;
716 DenseMap<const Loop *, BackedgeTakenInfo> PredicatedBackedgeTakenCounts;
722 DenseMap<PHINode *, Constant *> ConstantEvolutionLoopExitValue;
727 DenseMap<const SCEV *, SmallVector<std::pair<const Loop *, const SCEV *>, 2>>
731 DenseMap<const SCEV *
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
DFAPacketizer.h 29 #include "llvm/ADT/DenseMap.h"
82 DenseMap<UnsignPair, unsigned> CachedTable;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 138 DenseMap<BasicBlock *, BlockFrequency> &ExitWeights,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
PlistSupport.h 18 typedef llvm::DenseMap<FileID, unsigned> FIDMap;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Edit/
EditedSource.h 15 #include "llvm/ADT/DenseMap.h"
44 llvm::DenseMap<unsigned, llvm::TinyPtrVector<IdentifierInfo*>>
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
CFLAndersAliasAnalysis.h 18 #include "llvm/ADT/DenseMap.h"
98 DenseMap<const Function *, Optional<FunctionInfo>> Cache;
LoopAccessAnalysis.h 223 DenseMap<Instruction *, unsigned> generateInstructionOrderMap() const {
224 DenseMap<Instruction *, unsigned> OrderMap;
247 DenseMap<MemAccessInfo, std::vector<unsigned> > Accesses;
699 DenseMap<Loop *, std::unique_ptr<LoopAccessInfo>> LoopAccessInfoMap;
ScalarEvolution.h 376 typedef DenseMap<const SCEV *, SmallVector<const SCEVPredicate *, 4>>
494 typedef DenseMap<const SCEV *, bool> HasRecMapType;
502 typedef DenseMap<const SCEV *, SetVector<ValueOffsetPair>> ExprValueMapType;
528 typedef DenseMap<SCEVCallbackVH, const SCEV *, DenseMapInfo<Value *>>
547 DenseMap<const SCEV *, uint32_t> MinTrailingZerosCache;
712 DenseMap<const Loop *, BackedgeTakenInfo> BackedgeTakenCounts;
716 DenseMap<const Loop *, BackedgeTakenInfo> PredicatedBackedgeTakenCounts;
722 DenseMap<PHINode *, Constant *> ConstantEvolutionLoopExitValue;
727 DenseMap<const SCEV *, SmallVector<std::pair<const Loop *, const SCEV *>, 2>>
731 DenseMap<const SCEV *
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
DFAPacketizer.h 29 #include "llvm/ADT/DenseMap.h"
82 DenseMap<UnsignPair, unsigned> CachedTable;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 138 DenseMap<BasicBlock *, BlockFrequency> &ExitWeights,

Completed in 818 milliseconds

<<21222324252627282930>>