| /external/llvm/lib/Analysis/ |
| StratifiedSets.h | 14 #include "llvm/ADT/DenseMap.h" 100 StratifiedSets(DenseMap<T, StratifiedInfo> Map, 117 DenseMap<T, StratifiedInfo> Values; 279 DenseMap<StratifiedIndex, StratifiedIndex> Remaps; 403 DenseMap<T, StratifiedInfo> Values;
|
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| DIEHash.h | 17 #include "llvm/ADT/DenseMap.h" 155 DenseMap<const DIE *, unsigned> Numbering;
|
| /external/llvm/lib/CodeGen/ |
| MachineModuleInfo.cpp | 64 DenseMap<AssertingVH<BasicBlock>, AddrLabelSymEntry> AddrLabelSymbols; 74 DenseMap<AssertingVH<Function>, std::vector<MCSymbol*> > 119 DenseMap<AssertingVH<Function>, std::vector<MCSymbol*> >::iterator I = 374 void MachineModuleInfo::TidyLandingPads(DenseMap<MCSymbol*, uintptr_t> *LPMap) {
|
| StackColoring.cpp | 267 typedef DenseMap<const MachineBasicBlock*, BlockLifetimeInfo> LivenessMap; 271 DenseMap<const MachineBasicBlock*, int> BasicBlocks; 353 void remapInstructions(DenseMap<int, int> &SlotRemap); 365 void expungeSlotMap(DenseMap<int, int> &SlotRemap, unsigned NumSlots); 368 typedef DenseMap<const MachineBasicBlock*, BitVector> BlockBitVecMap; 777 void StackColoring::remapInstructions(DenseMap<int, int> &SlotRemap) { 796 DenseMap<const AllocaInst*, const AllocaInst*> Allocas; [all...] |
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| ScheduleDAGSDNodes.h | 175 void EmitPhysRegCopy(SUnit *SU, DenseMap<SUnit*, unsigned> &VRBaseMap,
|
| /external/llvm/lib/Target/Hexagon/ |
| RDFLiveness.h | 17 #include "llvm/ADT/DenseMap.h" 77 typedef DenseMap<NodeId,MachineBasicBlock*> NodeBlockMap;
|
| /external/llvm/lib/Target/X86/ |
| X86WinEHState.cpp | 79 int getBaseStateForBB(DenseMap<BasicBlock *, ColorVector> &BlockColors, 81 int getStateForCallSite(DenseMap<BasicBlock *, ColorVector> &BlockColors, 512 DenseMap<BasicBlock *, ColorVector> &BlockColors, WinEHFuncInfo &FuncInfo, 531 DenseMap<BasicBlock *, ColorVector> &BlockColors, WinEHFuncInfo &FuncInfo, 545 static int getPredState(DenseMap<BasicBlock *, int> &FinalStates, Function &F, 586 static int getSuccState(DenseMap<BasicBlock *, int> &InitialStates, Function &F, 658 DenseMap<BasicBlock *, ColorVector> BlockColors = colorEHFunclets(F); 662 DenseMap<BasicBlock *, int> InitialStates; 664 DenseMap<BasicBlock *, int> FinalStates;
|
| /external/llvm/lib/Transforms/Utils/ |
| SSAUpdater.cpp | 15 #include "llvm/ADT/DenseMap.h" 33 typedef DenseMap<BasicBlock*, Value*> AvailableValsTy; 347 DenseMap<BasicBlock*, TinyPtrVector<Instruction*> > UsesByBlock; 356 DenseMap<Value*, Value*> ReplacedLoads; 466 DenseMap<Value*, Value*>::iterator RLI = ReplacedLoads.find(NewVal);
|
| /external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
| DenseSet.h | 17 #include "llvm/ADT/DenseMap.h" 23 /// FIXME: This is currently implemented directly in terms of DenseMap, this 27 typedef DenseMap<ValueT, char, ValueInfoT> MapTy;
|
| /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
| GCMetadata.h | 37 #include "llvm/ADT/DenseMap.h" 161 typedef DenseMap<const Function*,GCFunctionInfo*> finfo_map_type;
|
| /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
| MBlazeMachineFunction.h | 17 #include "llvm/ADT/DenseMap.h" 70 DenseMap<int,int> FIReplacements;
|
| /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/ |
| CheckerManager.h | 21 #include "llvm/ADT/DenseMap.h" 553 llvm::DenseMap<CheckerTag, CheckerRef> CheckerTags; 566 typedef llvm::DenseMap<unsigned, CachedDeclCheckers> CachedDeclCheckersMapTy; 577 typedef llvm::DenseMap<unsigned, CachedStmtCheckers> CachedStmtCheckersMapTy; 626 typedef llvm::DenseMap<EventTag, EventInfo> EventsTy;
|
| /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| FunctionSummary.h | 19 #include "llvm/ADT/DenseMap.h" 56 typedef llvm::DenseMap<const Decl *, FunctionSummary> MapTy;
|
| /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/ |
| CFLSteensAliasAnalysis.h | 18 #include "llvm/ADT/DenseMap.h" 116 DenseMap<Function *, Optional<FunctionInfo>> Cache;
|
| /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/ |
| ExecutionDepsFix.h | 157 typedef DenseMap<MachineBasicBlock *, MBBInfo> MBBInfoMap;
|
| GCMetadata.h | 36 #include "llvm/ADT/DenseMap.h" 180 typedef DenseMap<const Function *, GCFunctionInfo *> finfo_map_type;
|
| /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/ |
| DebugInfo.h | 34 class DenseMap;
|
| /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Scalar/ |
| ConstantHoisting.h | 110 typedef DenseMap<ConstantInt *, unsigned> ConstCandMapType;
|
| /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/ |
| FunctionComparator.h | 19 #include "llvm/ADT/DenseMap.h" 368 mutable DenseMap<const Value*, int> sn_mapL, sn_mapR;
|
| /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/ |
| CheckerManager.h | 21 #include "llvm/ADT/DenseMap.h" 553 llvm::DenseMap<CheckerTag, CheckerRef> CheckerTags; 566 typedef llvm::DenseMap<unsigned, CachedDeclCheckers> CachedDeclCheckersMapTy; 577 typedef llvm::DenseMap<unsigned, CachedStmtCheckers> CachedStmtCheckersMapTy; 626 typedef llvm::DenseMap<EventTag, EventInfo> EventsTy;
|
| /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| FunctionSummary.h | 19 #include "llvm/ADT/DenseMap.h" 56 typedef llvm::DenseMap<const Decl *, FunctionSummary> MapTy;
|
| /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/ |
| CFLSteensAliasAnalysis.h | 18 #include "llvm/ADT/DenseMap.h" 116 DenseMap<Function *, Optional<FunctionInfo>> Cache;
|
| /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/ |
| ExecutionDepsFix.h | 157 typedef DenseMap<MachineBasicBlock *, MBBInfo> MBBInfoMap;
|
| GCMetadata.h | 36 #include "llvm/ADT/DenseMap.h" 180 typedef DenseMap<const Function *, GCFunctionInfo *> finfo_map_type;
|
| /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/ |
| DebugInfo.h | 34 class DenseMap;
|