Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DEfficiencySanitizer.cpp221 std::map<Type *, GlobalVariable *> StructTyMap; member in __anon5f9cc4600111::EfficiencySanitizer
432 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()