Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h52 GlobalVariable *DataVar = nullptr; member
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp627 assert(It != ProfileDataMap.end() && It->second.DataVar && in lowerValueProfileInst()
630 GlobalVariable *DataVar = It->second.DataVar; in lowerValueProfileInst() local
650 Builder.CreateBitCast(DataVar, Builder.getInt8PtrTy()), in lowerValueProfileInst()
656 Builder.CreateBitCast(DataVar, Builder.getInt8PtrTy()), in lowerValueProfileInst()
1061 PD.DataVar = Data; in getOrCreateRegionCounters()