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()
559 assert(It != ProfileDataMap.end() && It->second.DataVar && in lowerValueProfileInst()562 GlobalVariable *DataVar = It->second.DataVar; in lowerValueProfileInst() local574 Builder.CreateBitCast(DataVar, Builder.getInt8PtrTy()), in lowerValueProfileInst()580 Builder.CreateBitCast(DataVar, Builder.getInt8PtrTy()), in lowerValueProfileInst()790 PD.DataVar = Data; in getOrCreateRegionCounters()
52 GlobalVariable *DataVar = nullptr; member