Searched refs:DataVar (Results 1 – 4 of 4) sorted by relevance
41 GlobalVariable *DataVar; member42 PerFunctionProfileData() : RegionCounters(nullptr), DataVar(nullptr) { in PerFunctionProfileData()
199 assert(It != ProfileDataMap.end() && It->second.DataVar && in lowerValueProfileInst()202 GlobalVariable *DataVar = It->second.DataVar; in lowerValueProfileInst() local210 Builder.CreateBitCast(DataVar, Builder.getInt8PtrTy()), in lowerValueProfileInst()415 PD.DataVar = Data; in getOrCreateRegionCounters()
600 assert(It != ProfileDataMap.end() && It->second.DataVar && in lowerValueProfileInst()603 GlobalVariable *DataVar = It->second.DataVar; in lowerValueProfileInst() local616 Builder.CreateBitCast(DataVar, Builder.getInt8PtrTy()), in lowerValueProfileInst()622 Builder.CreateBitCast(DataVar, Builder.getInt8PtrTy()), in lowerValueProfileInst()849 PD.DataVar = Data; in getOrCreateRegionCounters()
53 GlobalVariable *DataVar = nullptr; member