Searched refs:StructTyMap (Results 1 – 1 of 1) sorted by relevance
217 std::map<Type *, GlobalVariable *> StructTyMap; member in __anon64318f640111::EfficiencySanitizer428 StructTyMap.insert(std::pair<Type *, GlobalVariable *>(StructTy, Counters)); in createCacheFragInfoGV()747 !shouldIgnoreStructType(StructTy) && StructTyMap.count(StructTy) != 0) in instrumentGetElementPtr()760 if (shouldIgnoreStructType(StructTy) || StructTyMap.count(StructTy) == 0) in instrumentGetElementPtr()766 if (shouldIgnoreStructType(StructTy) || StructTyMap.count(StructTy) == 0) in instrumentGetElementPtr()786 GlobalVariable *CounterArray = StructTyMap[StructTy]; in insertCounterUpdate()