Searched refs:ProfileDataMap (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h59 DenseMap<GlobalVariable *, PerFunctionProfileData> ProfileDataMap; member in class:llvm::InstrProfiling
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp530 ProfileDataMap.clear();
619 auto It = ProfileDataMap.find(Name);
620 if (It == ProfileDataMap.end()) {
623 ProfileDataMap[Name] = PD;
630 auto It = ProfileDataMap.find(Name);
631 assert(It != ProfileDataMap.end() && It->second.DataVar &&
798 auto It = ProfileDataMap.find(NamePtr);
800 if (It != ProfileDataMap.end()) {
912 ProfileDataMap[NamePtr] = PD;
937 for (auto &PD : ProfileDataMap) {
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp205 auto &ProfileDataMap = FunctionData[Name]; local
209 ProfileDataMap.insert(std::make_pair(Hash, InstrProfRecord()));
227 auto &ProfileDataMap = FunctionData[Name]; local
232 ProfileDataMap.insert(std::make_pair(Hash, InstrProfRecord()));

Completed in 105 milliseconds