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

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 34 #include "llvm/ADT/DenseMap.h"
77 /// Return the entries from a DenseMap in a deterministic sorted orer.
79 static SymbolListTy getSortedStubs(DenseMap<MCSymbol*, StubValueTy>&);
139 DenseMap<const Function*, std::unique_ptr<MachineFunction>> MachineFunctions;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
Reassociate.h 59 DenseMap<BasicBlock *, unsigned> RankMap;
60 DenseMap<AssertingVH<Value>, unsigned> ValueRankMap;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/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;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
DenseMap.h 1 //===- llvm/ADT/DenseMap.h - Dense probed hash table ------------*- C++ -*-===//
10 // This file defines the DenseMap class.
88 /// Grow the densemap so that it can contain at least \p NumEntries items
290 /// somewhere into the DenseMap's array of buckets (i.e. either to a key or
291 /// value in the DenseMap).
298 /// determine whether an insertion caused the DenseMap to reallocate.
328 /// Returns the number of buckets to allocate to ensure that the DenseMap can
577 /// This is just the raw memory used by DenseMap.
588 class DenseMap : public DenseMapBase<DenseMap<KeyT, ValueT, KeyInfoT, BucketT>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
AssumptionCache.h 20 #include "llvm/ADT/DenseMap.h"
65 DenseMap<AffectedValueCallbackVH, SmallVector<WeakVH, 1>,
191 typedef DenseMap<FunctionCallbackVH, std::unique_ptr<AssumptionCache>,
SparsePropagation.h 18 #include "llvm/ADT/DenseMap.h"
120 DenseMap<Value *, LatticeVal> ValueState; // The state each value is in.
150 DenseMap<Value*, LatticeVal>::const_iterator I = ValueState.find(V);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 34 #include "llvm/ADT/DenseMap.h"
77 /// Return the entries from a DenseMap in a deterministic sorted orer.
79 static SymbolListTy getSortedStubs(DenseMap<MCSymbol*, StubValueTy>&);
139 DenseMap<const Function*, std::unique_ptr<MachineFunction>> MachineFunctions;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
Reassociate.h 59 DenseMap<BasicBlock *, unsigned> RankMap;
60 DenseMap<AssertingVH<Value>, unsigned> ValueRankMap;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/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;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
DenseMap.h 1 //===- llvm/ADT/DenseMap.h - Dense probed hash table ------------*- C++ -*-===//
10 // This file defines the DenseMap class.
88 /// Grow the densemap so that it can contain at least \p NumEntries items
290 /// somewhere into the DenseMap's array of buckets (i.e. either to a key or
291 /// value in the DenseMap).
298 /// determine whether an insertion caused the DenseMap to reallocate.
328 /// Returns the number of buckets to allocate to ensure that the DenseMap can
577 /// This is just the raw memory used by DenseMap.
588 class DenseMap : public DenseMapBase<DenseMap<KeyT, ValueT, KeyInfoT, BucketT>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
AssumptionCache.h 20 #include "llvm/ADT/DenseMap.h"
65 DenseMap<AffectedValueCallbackVH, SmallVector<WeakVH, 1>,
191 typedef DenseMap<FunctionCallbackVH, std::unique_ptr<AssumptionCache>,
SparsePropagation.h 18 #include "llvm/ADT/DenseMap.h"
120 DenseMap<Value *, LatticeVal> ValueState; // The state each value is in.
150 DenseMap<Value*, LatticeVal>::const_iterator I = ValueState.find(V);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 34 #include "llvm/ADT/DenseMap.h"
77 /// Return the entries from a DenseMap in a deterministic sorted orer.
79 static SymbolListTy getSortedStubs(DenseMap<MCSymbol*, StubValueTy>&);
139 DenseMap<const Function*, std::unique_ptr<MachineFunction>> MachineFunctions;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
Reassociate.h 59 DenseMap<BasicBlock *, unsigned> RankMap;
60 DenseMap<AssertingVH<Value>, unsigned> ValueRankMap;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/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;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
DenseMap.h 1 //===- llvm/ADT/DenseMap.h - Dense probed hash table ------------*- C++ -*-===//
10 // This file defines the DenseMap class.
88 /// Grow the densemap so that it can contain at least \p NumEntries items
290 /// somewhere into the DenseMap's array of buckets (i.e. either to a key or
291 /// value in the DenseMap).
298 /// determine whether an insertion caused the DenseMap to reallocate.
328 /// Returns the number of buckets to allocate to ensure that the DenseMap can
577 /// This is just the raw memory used by DenseMap.
588 class DenseMap : public DenseMapBase<DenseMap<KeyT, ValueT, KeyInfoT, BucketT>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
AssumptionCache.h 20 #include "llvm/ADT/DenseMap.h"
65 DenseMap<AffectedValueCallbackVH, SmallVector<WeakVH, 1>,
191 typedef DenseMap<FunctionCallbackVH, std::unique_ptr<AssumptionCache>,
SparsePropagation.h 18 #include "llvm/ADT/DenseMap.h"
120 DenseMap<Value *, LatticeVal> ValueState; // The state each value is in.
150 DenseMap<Value*, LatticeVal>::const_iterator I = ValueState.find(V);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 34 #include "llvm/ADT/DenseMap.h"
77 /// Return the entries from a DenseMap in a deterministic sorted orer.
79 static SymbolListTy getSortedStubs(DenseMap<MCSymbol*, StubValueTy>&);
139 DenseMap<const Function*, std::unique_ptr<MachineFunction>> MachineFunctions;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
Reassociate.h 59 DenseMap<BasicBlock *, unsigned> RankMap;
60 DenseMap<AssertingVH<Value>, unsigned> ValueRankMap;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
DenseMap.h 1 //===- llvm/ADT/DenseMap.h - Dense probed hash table ------------*- C++ -*-===//
10 // This file defines the DenseMap class.
88 /// Grow the densemap so that it can contain at least \p NumEntries items
290 /// somewhere into the DenseMap's array of buckets (i.e. either to a key or
291 /// value in the DenseMap).
298 /// determine whether an insertion caused the DenseMap to reallocate.
328 /// Returns the number of buckets to allocate to ensure that the DenseMap can
577 /// This is just the raw memory used by DenseMap.
588 class DenseMap : public DenseMapBase<DenseMap<KeyT, ValueT, KeyInfoT, BucketT>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
AssumptionCache.h 20 #include "llvm/ADT/DenseMap.h"
65 DenseMap<AffectedValueCallbackVH, SmallVector<WeakVH, 1>,
191 typedef DenseMap<FunctionCallbackVH, std::unique_ptr<AssumptionCache>,
SparsePropagation.h 18 #include "llvm/ADT/DenseMap.h"
120 DenseMap<Value *, LatticeVal> ValueState; // The state each value is in.
150 DenseMap<Value*, LatticeVal>::const_iterator I = ValueState.find(V);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 34 #include "llvm/ADT/DenseMap.h"
77 /// Return the entries from a DenseMap in a deterministic sorted orer.
79 static SymbolListTy getSortedStubs(DenseMap<MCSymbol*, StubValueTy>&);
139 DenseMap<const Function*, std::unique_ptr<MachineFunction>> MachineFunctions;

Completed in 1304 milliseconds

<<11121314151617181920>>