Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/Transforms/
H A DInstrProfiling.h38 struct PerFunctionProfileData { struct
42 PerFunctionProfileData() : RegionCounters(nullptr), DataVar(nullptr) { in PerFunctionProfileData() argument
46 DenseMap<GlobalVariable *, PerFunctionProfileData> ProfileDataMap;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h50 struct PerFunctionProfileData { struct
55 PerFunctionProfileData() { in PerFunctionProfileData() argument
59 DenseMap<GlobalVariable *, PerFunctionProfileData> ProfileDataMap;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h49 struct PerFunctionProfileData { struct
54 PerFunctionProfileData() { in PerFunctionProfileData() function
58 DenseMap<GlobalVariable *, PerFunctionProfileData> ProfileDataMap;
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp188 PerFunctionProfileData PD; in computeNumValueSiteCounts()
331 PerFunctionProfileData PD; in getOrCreateRegionCounters()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp590 PerFunctionProfileData PD; in computeNumValueSiteCounts()
737 PerFunctionProfileData PD; in getOrCreateRegionCounters()