Searched refs:TypeIdMap (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | GlobalDCE.cpp | 140 TypeIdMap[TypeID].insert(std::make_pair(&GV, Offset)); in ScanVTables() 160 for (const auto &VTableInfo : TypeIdMap[TypeId]) { in ScanVTableLoad() 211 for (const auto &VTableInfo : TypeIdMap[TypeId]) { in ScanTypeCheckedLoadIntrinsics() 412 TypeIdMap.clear(); in run()
|
H A D | WholeProgramDevirt.cpp | 605 DenseMap<Metadata *, std::set<TypeMemberInfo>> &TypeIdMap); 610 DenseMap<Metadata *, std::set<TypeMemberInfo>> &TypeIdMap); 1023 DenseMap<Metadata *, std::set<TypeMemberInfo>> &TypeIdMap) { in buildTypeIdentifierMap() argument 1050 TypeIdMap[TypeID].insert({BitsPtr, Offset}); in buildTypeIdentifierMap() 1955 DenseMap<Metadata *, std::set<TypeMemberInfo>> &TypeIdMap) { in scanTypeTestUsers() argument 2003 if (!TypeIdMap.count(TypeId)) in scanTypeTestUsers() 2268 DenseMap<Metadata *, std::set<TypeMemberInfo>> TypeIdMap; in run() local 2269 buildTypeIdentifierMap(Bits, TypeIdMap); in run() 2272 scanTypeTestUsers(TypeTestFunc, TypeIdMap); in run() 2297 if (TypeIdMap.empty()) in run() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | GlobalDCE.h | 62 TypeIdMap; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | ModuleSummaryIndex.h | 1338 TypeIdSummaryMapTy TypeIdMap; 1804 const TypeIdSummaryMapTy &typeIds() const { return TypeIdMap; } 1810 auto TidIter = TypeIdMap.equal_range(GlobalValue::getGUID(TypeId)); 1814 auto It = TypeIdMap.insert( 1822 auto TidIter = TypeIdMap.equal_range(GlobalValue::getGUID(TypeId));
|
H A D | ModuleSummaryIndexYAML.h | 285 io.mapOptional("TypeIdMap", index.TypeIdMap);
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 743 StringMap<unsigned> TypeIdMap; member in llvm::SlotTracker 1275 auto I = TypeIdMap.find(Id); in getTypeIdSlot() 1276 return I == TypeIdMap.end() ? -1 : (int)I->second; in getTypeIdSlot() 1360 TypeIdMap[Id] = TypeIdNext++; in CreateTypeIdSlot()
|