Searched refs:SlotMapTy (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h121 typedef DenseMap<const Value *, Optional<int>> SlotMapTy; typedef in struct:llvm::FunctionLoweringInfo::StatepointSpillMap
126 SlotMapTy SlotMap;
131 SlotMapTy::const_iterator find(const Value *V) const {
138 SlotMapTy::const_iterator end() const { return SlotMap.end(); }

Completed in 346 milliseconds