Searched defs:SmallDenseMap (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DDenseMap.h689 class SmallDenseMap class in namespace:llvm
690 : public DenseMapBase<SmallDenseMap<KeyT, ValueT, InlineBuckets, KeyInfoT>,
694 typedef DenseMapBase<SmallDenseMap, KeyT, ValueT, KeyInfoT> BaseT;
696 friend class DenseMapBase<SmallDenseMap, KeyT, ValueT, KeyInfoT>;
712 explicit SmallDenseMap(unsigned NumInitBuckets = 0) { function in class:llvm::SmallDenseMap
716 SmallDenseMap(const SmallDenseMap &other) { function in class:llvm::SmallDenseMap
722 SmallDenseMap(SmallDenseMap &&other) { function in class:llvm::SmallDenseMap
729 SmallDenseMap(cons function in class:llvm::SmallDenseMap
[all...]
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1412 SmallDenseMap<Instruction *, unsigned, 4> SinkCandidateUseCounts;
1462 for (SmallDenseMap<Instruction *, unsigned, 4>::iterator I =
3296 const SmallDenseMap<Value*, Constant*>& ConstantPool) {
3307 const SmallDenseMap<Value*, Constant*>& ConstantPool) {
3364 SmallDenseMap<Value*, Constant*> ConstantPool;
3611 const SmallDenseMap<PHINode*, Type*>& ResultTypes) {
3617 for (SmallDenseMap<PHINode*, Type*>::const_iterator I = ResultTypes.begin(),
3685 SmallDenseMap<PHINode*, ResultListTy> ResultLists;
3686 SmallDenseMap<PHINode*, Constant*> DefaultResults;
3687 SmallDenseMap<PHINod
3295 LookupConstant(Value *V, const SmallDenseMap<Value*, Constant*>& ConstantPool) argument
3306 ConstantFold(Instruction *I, const SmallDenseMap<Value*, Constant*>& ConstantPool) argument
3607 ShouldBuildLookupTable(SwitchInst *SI, uint64_t TableSize, const TargetTransformInfo &TTI, const DataLayout *TD, const SmallDenseMap<PHINode*, Type*>& ResultTypes) argument
[all...]

Completed in 112 milliseconds