Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/
DInstrProfiling.h38 struct PerFunctionProfileData { struct
42 PerFunctionProfileData() : RegionCounters(nullptr), DataVar(nullptr) { in PerFunctionProfileData() argument
46 DenseMap<GlobalVariable *, PerFunctionProfileData> ProfileDataMap;
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp188 PerFunctionProfileData PD; in computeNumValueSiteCounts()
331 PerFunctionProfileData PD; in getOrCreateRegionCounters()