Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/
DInstrProfiling.h46 DenseMap<GlobalVariable *, PerFunctionProfileData> ProfileDataMap; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Instrumentation/
DInstrProfiling.h58 DenseMap<GlobalVariable *, PerFunctionProfileData> ProfileDataMap; variable
/external/llvm/lib/ProfileData/
DInstrProfWriter.cpp160 auto &ProfileDataMap = FunctionData[I.Name]; in addRecord() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DInstrProfWriter.cpp190 auto &ProfileDataMap = FunctionData[Name]; in addRecord() local