/external/llvm/include/llvm/CodeGen/ |
FastISel.h | 18 #include "llvm/ADT/DenseMap.h" 49 DenseMap<const Value *, unsigned> LocalValueMap;
|
JITCodeEmitter.h | 20 #include "llvm/ADT/DenseMap.h" 336 virtual DenseMap<MCSymbol*, uintptr_t> *getLabelLocations() { return 0; }
|
/external/llvm/lib/Analysis/ |
MemDepPrinter.cpp | 40 typedef DenseMap<const Instruction *, DepSet> DepSetMap;
|
ScalarEvolutionNormalization.cpp | 73 DenseMap<const SCEV*, const SCEV*> Transformed;
|
BranchProbabilityInfo.cpp | 571 DenseMap<Edge, uint32_t>::const_iterator I = 585 DenseMap<Edge, uint32_t>::const_iterator MapI;
|
LoopInfo.cpp | 445 DenseMap<Loop*, Loop*> SubloopParents; 711 for (DenseMap<BasicBlock*, Loop*>::const_iterator I = LI.BBMap.begin(),
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
ScheduleDAGFast.cpp | 543 DenseMap<SUnit*, SmallVector<unsigned, 4> > LRegsMap; 655 DenseMap<SDNode*, SDNode*> GluedMap; // Cache glue to its user 694 DenseMap<SDNode*, SDNode*>::iterator DI = GluedMap.find(OpN); 767 DenseMap<SDValue, unsigned> VRBaseMap;
|
FunctionLoweringInfo.cpp | 129 DenseMap<const AllocaInst *, int>::iterator SI = 374 DenseMap<const Argument *, int>::iterator I =
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
RuntimeDyldImpl.h | 17 #include "llvm/ADT/DenseMap.h" 157 DenseMap<unsigned, RelocationList> Relocations;
|
/external/llvm/tools/llvm-diff/ |
DiffConsumer.cpp | 21 static void ComputeNumbering(Function *F, DenseMap<Value*,unsigned> &Numbering){
|
/external/clang/lib/CodeGen/ |
CodeGenFunction.h | 31 #include "llvm/ADT/DenseMap.h" 236 llvm::DenseMap<const VarDecl *, FieldDecl *> LambdaCaptureFields; 241 llvm::DenseMap<const VarDecl *, llvm::Value *> NRVOFlags; 813 typedef llvm::DenseMap<const Decl*, llvm::Value*> DeclMapTy; 817 llvm::DenseMap<const LabelDecl*, JumpDest> LabelMap; 840 llvm::DenseMap<const OpaqueValueExpr *, LValue> OpaqueLValues; 841 llvm::DenseMap<const OpaqueValueExpr *, RValue> OpaqueRValues; 849 llvm::DenseMap<const Expr*, llvm::Value*> VLASizeMap; [all...] |
CGDebugInfo.cpp | 142 llvm::DenseMap<const Decl *, llvm::WeakVH>::iterator 284 llvm::DenseMap<const char *, llvm::WeakVH>::iterator it = 632 llvm::DenseMap<const Decl *, llvm::WeakVH>::iterator [all...] |
/external/clang/lib/Sema/ |
Sema.cpp | 41 #include "llvm/ADT/DenseMap.h" 388 for (llvm::DenseMap<NamedDecl *, SourceLocation>::iterator 416 // order through an llvm::DenseMap. 455 llvm::DenseMap<IdentifierInfo*,WeakInfo>::iterator Pos 465 typedef llvm::DenseMap<const CXXRecordDecl*, bool> RecordCompleteMap; 603 // order! Iterating over a densemap like this is bad. 605 for (llvm::DenseMap<IdentifierInfo*,WeakInfo>::iterator [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfDebug.cpp | 272 std::pair<DenseMap<const MCExpr *, unsigned>::iterator, bool> P = [all...] |
/external/llvm/lib/MC/ |
MCDwarf.cpp | 85 const DenseMap<const MCSection *, MCLineSection *> &MCLineSections = 91 // DenseMap. 93 // Save a pointer to the new LineSection into the MCLineSections DenseMap. 220 const DenseMap<unsigned, MCSymbol *> &MCLineTableSymbols = 232 const DenseMap<const MCSection *, MCLineSection *> &MCLineSections = 234 for (DenseMap<const MCSection *, MCLineSection *>::const_iterator it = 323 const DenseMap<const MCSection *, MCLineSection *> &MCLineSections = [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXAsmPrinter.cpp | 374 DenseMap<unsigned, unsigned> &RegMap = VRegMapping[RC]; 608 DenseMap<unsigned, unsigned> ®map = VRegMapping[RC]; 743 llvm::DenseMap<const Function *, bool> &seenMap) { 764 llvm::DenseMap<const Function *, bool> seenMap; [all...] |
/external/llvm/lib/Transforms/Scalar/ |
Reassociate.cpp | 25 #include "llvm/ADT/DenseMap.h" 161 DenseMap<BasicBlock*, unsigned> RankMap; 162 DenseMap<AssertingVH<Value>, unsigned> ValueRankMap; 535 typedef DenseMap<Value*, APInt> LeafMap; [all...] |
/external/llvm/lib/Transforms/IPO/ |
GlobalOpt.cpp | 18 #include "llvm/ADT/DenseMap.h" [all...] |
/external/clang/lib/AST/ |
RecordLayoutBuilder.cpp | 69 typedef llvm::DenseMap<CharUnits, ClassVectorTy> EmptyClassOffsetsMapTy; 610 typedef llvm::DenseMap<const CXXRecordDecl *, CharUnits> BaseOffsetsMapTy; 637 llvm::DenseMap<const FieldDecl *, uint64_t> ExternalFieldOffsets; 640 llvm::DenseMap<const CXXRecordDecl *, CharUnits> ExternalBaseOffsets; 643 llvm::DenseMap<const CXXRecordDecl *, CharUnits> ExternalVirtualBaseOffsets; 694 typedef llvm::DenseMap<const CXXRecordDecl *, BaseSubobjectInfo *> [all...] |
/external/clang/lib/Analysis/ |
AnalysisDeclContext.cpp | 36 typedef llvm::DenseMap<const void *, ManagedAnalysis *> ManagedAnalysisMap; 526 ReferencedBlockVars = new llvm::DenseMap<const BlockDecl*,void*>();
|
/external/clang/tools/libclang/ |
CXLoadedDiagnostic.cpp | 32 typedef llvm::DenseMap<unsigned, const char *> Strings; 47 llvm::DenseMap<unsigned, const FileEntry *> Files;
|
/external/llvm/include/llvm/Analysis/ |
ScalarEvolutionExpressions.h | 632 typedef DenseMap<const Value*, Value*> ValueToValueMap; 657 typedef DenseMap<const Loop*, const SCEV*> LoopToScevMapT;
|
/external/llvm/include/llvm/MC/ |
MCAssembler.h | 13 #include "llvm/ADT/DenseMap.h" 856 DenseMap<const MCSection*, MCSectionData*> SectionMap; 861 DenseMap<const MCSymbol*, MCSymbolData*> SymbolMap; [all...] |
/external/llvm/lib/CodeGen/ |
PHIElimination.cpp | 89 typedef DenseMap<BBVRegPair, unsigned> VRegPHIUse; 97 typedef DenseMap<MachineInstr*, unsigned,
|
/external/llvm/lib/IR/ |
Function.cpp | 17 #include "llvm/ADT/DenseMap.h" 303 static DenseMap<const Function*,PooledStringPtr> *GCNames; 323 GCNames = new DenseMap<const Function*,PooledStringPtr>();
|