Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h53 GlobalVariable *DataVar = nullptr; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp638 assert(It != ProfileDataMap.end() && It->second.DataVar && in lowerValueProfileInst()
641 GlobalVariable *DataVar = It->second.DataVar; in lowerValueProfileInst() local
661 Builder.CreateBitCast(DataVar, Builder.getInt8PtrTy()), in lowerValueProfileInst()
667 Builder.CreateBitCast(DataVar, Builder.getInt8PtrTy()), in lowerValueProfileInst()
965 PD.DataVar = Data; in getOrCreateRegionCounters()