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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 18 #include "llvm/ADT/DenseMap.h"
61 typedef DenseMap<BlkT*, ValT> AvailableValsTy;
67 typedef DenseMap<BlkT*, BBInfo*> BBMapTy;
  /external/llvm/lib/Analysis/
CallGraphSCCPass.cpp 179 DenseMap<Value*, CallGraphNode*> CallSites;
273 DenseMap<Value*, CallGraphNode*>::iterator ExistingIt =
ScalarEvolutionNormalization.cpp 73 DenseMap<const SCEV*, const SCEV*> Transformed;
  /external/llvm/lib/CodeGen/
GlobalMerge.cpp 63 #include "llvm/ADT/DenseMap.h"
256 DenseMap<Function *, size_t /*UsedGlobalSetIdx*/> GlobalUsesByFunction;
517 DenseMap<unsigned, SmallVector<GlobalVariable*, 16> > Globals, ConstGlobals,
LiveDebugValues.cpp 357 DenseMap<unsigned int, MachineBasicBlock *> OrderToBB;
358 DenseMap<MachineBasicBlock *, unsigned int> BBToOrder;
  /external/llvm/lib/MC/
MCMachOStreamer.cpp 11 #include "llvm/ADT/DenseMap.h"
48 DenseMap<const MCSection*, bool> HasSectionLabel;
458 DenseMap<const MCFragment *, const MCSymbol *> DefiningSymbolMap;
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 19 #include "llvm/ADT/DenseMap.h"
149 typedef DenseMap<unsigned,
160 typedef DenseMap<unsigned,
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 15 #include "llvm/ADT/DenseMap.h"
    [all...]
LoopLoadElimination.cpp 206 typedef DenseMap<LoadInst *, const StoreToLoadForwardingCandidate *>
493 DenseMap<Instruction *, unsigned> InstOrder;
  /external/llvm/lib/CodeGen/MIRParser/
MIParser.cpp 75 DenseMap<unsigned, const BasicBlock *> Slots2BasicBlocks;
77 DenseMap<unsigned, const Value *> Slots2Values;
103 parseBasicBlockDefinitions(DenseMap<unsigned, MachineBasicBlock *> &MBBSlots);
113 parseBasicBlockDefinition(DenseMap<unsigned, MachineBasicBlock *> &MBBSlots);
309 DenseMap<unsigned, MachineBasicBlock *> &MBBSlots) {
376 DenseMap<unsigned, MachineBasicBlock *> &MBBSlots) {
    [all...]
  /external/clang/include/clang/Analysis/
CallGraph.h 22 #include "llvm/ADT/DenseMap.h"
37 typedef llvm::DenseMap<const Decl *, CallGraphNode *> FunctionMapTy;
  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 31 llvm::DenseMap<const Type *, unsigned> ManglingNumbers;
ParentMap.cpp 18 #include "llvm/ADT/DenseMap.h"
22 typedef llvm::DenseMap<Stmt*, Stmt*> MapTy;
VTableBuilder.cpp 104 typedef llvm::DenseMap<MethodBaseOffsetPairTy,
114 typedef llvm::DenseMap<std::pair<const CXXRecordDecl *, unsigned>,
117 typedef llvm::DenseMap<const CXXRecordDecl *, unsigned> SubobjectCountMapTy;
535 typedef llvm::DenseMap<const CXXRecordDecl *, CharUnits>
778 typedef llvm::DenseMap<const CXXRecordDecl *, CharUnits>
781 typedef llvm::DenseMap<BaseSubobject, uint64_t>
784 typedef llvm::DenseMap<GlobalDecl, int64_t> MethodVTableIndicesTy;
815 llvm::DenseMap<const CXXRecordDecl *, VCallOffsetMap> VCallOffsetsForVBases;
853 typedef llvm::DenseMap<const CXXMethodDecl *, MethodInfo> MethodInfoMapTy;
863 typedef llvm::DenseMap<uint64_t, ThunkInfo> VTableThunksMapTy
    [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 24 #include "llvm/ADT/DenseMap.h"
52 llvm::DenseMap<const VarDecl *, unsigned> map;
79 llvm::DenseMap<const VarDecl *, unsigned>::const_iterator I = map.find(d);
316 llvm::DenseMap<const DeclRefExpr*, Class> Classification;
336 llvm::DenseMap<const DeclRefExpr*, Class>::const_iterator I
  /external/clang/lib/Driver/
Compilation.cpp 37 for (llvm::DenseMap<std::pair<const ToolChain*, const char*>,
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 35 llvm::DenseMap<unsigned, unsigned> Abbrevs;
96 typedef llvm::DenseMap<unsigned, unsigned> AbbrevLookup;
286 llvm::DenseMap<const char *, unsigned> Files;
288 typedef llvm::DenseMap<const void *, std::pair<unsigned, StringRef> >
    [all...]
  /external/llvm/include/llvm/ADT/
MapVector.h 12 // and 2 copies are kept, one for indexing in a DenseMap, one for iteration in
20 #include "llvm/ADT/DenseMap.h"
28 /// mapping is done with DenseMap from Keys to indexes in that vector.
30 typename MapType = llvm::DenseMap<KeyT, unsigned>,
  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 18 #include "llvm/ADT/DenseMap.h"
213 typedef DenseMap<const Value*, WeakEvalType> CacheMapTy;
ScalarEvolutionExpander.h 52 DenseMap<const SCEV *, const Loop *> RelevantLoops;
TargetLibraryInfo.h 13 #include "llvm/ADT/DenseMap.h"
62 llvm::DenseMap<unsigned, std::string> CustomNames;
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFContext.h 34 typedef DenseMap<uint64_t, std::pair<uint8_t, int64_t> > RelocAddrMap;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 43 typedef llvm::DenseMap<const MDNode *, ImportedEntityList>
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 549 DenseMap<SUnit*, SmallVector<unsigned, 4> > LRegsMap;
662 DenseMap<SDNode*, SDNode*> GluedMap; // Cache glue to its user
701 DenseMap<SDNode*, SDNode*>::iterator DI = GluedMap.find(OpN);
773 DenseMap<SDValue, unsigned> VRBaseMap;
  /external/llvm/lib/ExecutionEngine/Orc/
IndirectionUtils.cpp 88 DenseMap<const Value*, std::string> Names;

Completed in 1321 milliseconds

1 2 3 4 5 6 7 8 91011>>