Home
last modified time | relevance | path

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

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