Searched refs:StructTyMap (Results 1 – 2 of 2) sorted by relevance
221 std::map<Type *, GlobalVariable *> StructTyMap; member in __anon08fcb4e10111::EfficiencySanitizer432 StructTyMap.insert(std::pair<Type *, GlobalVariable *>(StructTy, Counters)); in createCacheFragInfoGV()748 !shouldIgnoreStructType(StructTy) && StructTyMap.count(StructTy) != 0) in instrumentGetElementPtr()761 if (shouldIgnoreStructType(StructTy) || StructTyMap.count(StructTy) == 0) in instrumentGetElementPtr()767 if (shouldIgnoreStructType(StructTy) || StructTyMap.count(StructTy) == 0) in instrumentGetElementPtr()787 GlobalVariable *CounterArray = StructTyMap[StructTy]; in insertCounterUpdate()
232 std::map<Type *, GlobalVariable *> StructTyMap; member in __anon24e5ed190111::EfficiencySanitizer443 StructTyMap.insert(std::pair<Type *, GlobalVariable *>(StructTy, Counters)); in createCacheFragInfoGV()762 !shouldIgnoreStructType(StructTy) && StructTyMap.count(StructTy) != 0) in instrumentGetElementPtr()775 if (shouldIgnoreStructType(StructTy) || StructTyMap.count(StructTy) == 0) in instrumentGetElementPtr()781 if (shouldIgnoreStructType(StructTy) || StructTyMap.count(StructTy) == 0) in instrumentGetElementPtr()801 GlobalVariable *CounterArray = StructTyMap[StructTy]; in insertCounterUpdate()