Home
last modified time | relevance | path

Searched refs:TypeIdMap (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalDCE.cpp187 TypeIdMap[TypeID].insert(std::make_pair(&GV, Offset)); in ScanVTables()
207 for (auto &VTableInfo : TypeIdMap[TypeId]) { in ScanVTableLoad()
255 for (auto &VTableInfo : TypeIdMap[TypeId]) { in ScanTypeCheckedLoadIntrinsics()
432 TypeIdMap.clear(); in run()
DWholeProgramDevirt.cpp496 DenseMap<Metadata *, std::set<TypeMemberInfo>> &TypeIdMap);
782 DenseMap<Metadata *, std::set<TypeMemberInfo>> &TypeIdMap) { in buildTypeIdentifierMap() argument
809 TypeIdMap[TypeID].insert({BitsPtr, Offset}); in buildTypeIdentifierMap()
1818 DenseMap<Metadata *, std::set<TypeMemberInfo>> TypeIdMap; in run() local
1819 buildTypeIdentifierMap(Bits, TypeIdMap); in run()
1820 if (TypeIdMap.empty()) in run()
1826 for (auto &P : TypeIdMap) { in run()
1876 if (tryFindVirtualCallTargets(TargetsForSlot, TypeIdMap[S.first.TypeID], in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DGlobalDCE.h48 TypeIdMap; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h930 TypeIdSummaryMapTy TypeIdMap;
1302 const TypeIdSummaryMapTy &typeIds() const { return TypeIdMap; }
1308 auto TidIter = TypeIdMap.equal_range(GlobalValue::getGUID(TypeId));
1312 auto It = TypeIdMap.insert(
1320 auto TidIter = TypeIdMap.equal_range(GlobalValue::getGUID(TypeId));
DModuleSummaryIndexYAML.h276 io.mapOptional("TypeIdMap", index.TypeIdMap);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.cpp715 StringMap<unsigned> TypeIdMap; member in llvm::SlotTracker
1160 auto I = TypeIdMap.find(Id); in getTypeIdSlot()
1161 return I == TypeIdMap.end() ? -1 : (int)I->second; in getTypeIdSlot()
1236 TypeIdMap[Id] = TypeIdNext++; in CreateTypeIdSlot()