Home
last modified time | relevance | path

Searched defs:ProfileDataMap (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Transforms/
DInstrProfiling.h46 DenseMap<GlobalVariable *, PerFunctionProfileData> ProfileDataMap; variable
/external/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
DInstrProfiling.h59 DenseMap<GlobalVariable *, PerFunctionProfileData> ProfileDataMap; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/
DInstrProfiling.h59 DenseMap<GlobalVariable *, PerFunctionProfileData> ProfileDataMap; variable
/external/llvm-project/llvm/lib/ProfileData/
DInstrProfWriter.cpp206 auto &ProfileDataMap = FunctionData[Name]; in overlapRecord() local
228 auto &ProfileDataMap = FunctionData[Name]; in addRecord() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfWriter.cpp205 auto &ProfileDataMap = FunctionData[Name]; in overlapRecord() local
227 auto &ProfileDataMap = FunctionData[Name]; in addRecord() local
/external/llvm/lib/ProfileData/
DInstrProfWriter.cpp160 auto &ProfileDataMap = FunctionData[I.Name]; in addRecord() local