Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/
DInstrProfiling.h41 GlobalVariable *DataVar; member
42 PerFunctionProfileData() : RegionCounters(nullptr), DataVar(nullptr) { in PerFunctionProfileData()
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp199 assert(It != ProfileDataMap.end() && It->second.DataVar && in lowerValueProfileInst()
202 GlobalVariable *DataVar = It->second.DataVar; in lowerValueProfileInst() local
210 Builder.CreateBitCast(DataVar, Builder.getInt8PtrTy()), in lowerValueProfileInst()
415 PD.DataVar = Data; in getOrCreateRegionCounters()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp600 assert(It != ProfileDataMap.end() && It->second.DataVar && in lowerValueProfileInst()
603 GlobalVariable *DataVar = It->second.DataVar; in lowerValueProfileInst() local
616 Builder.CreateBitCast(DataVar, Builder.getInt8PtrTy()), in lowerValueProfileInst()
622 Builder.CreateBitCast(DataVar, Builder.getInt8PtrTy()), in lowerValueProfileInst()
849 PD.DataVar = Data; in getOrCreateRegionCounters()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/
DInstrProfiling.h53 GlobalVariable *DataVar = nullptr; member