HomeSort by: relevance | last modified time | path
    Searched refs:ProfileDataMap (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
InstrProfiling.h 59 DenseMap<GlobalVariable *, PerFunctionProfileData> ProfileDataMap;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 541 ProfileDataMap.clear();
621 auto It = ProfileDataMap.find(Name);
622 if (It == ProfileDataMap.end()) {
625 ProfileDataMap[Name] = PD;
632 auto It = ProfileDataMap.find(Name);
633 assert(It != ProfileDataMap.end() && It->second.DataVar &&
816 auto It = ProfileDataMap.find(NamePtr);
818 if (It != ProfileDataMap.end()) {
941 ProfileDataMap[NamePtr] = PD;
966 for (auto &PD : ProfileDataMap) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProfWriter.cpp 206 auto &ProfileDataMap = FunctionData[Name];
210 ProfileDataMap.insert(std::make_pair(Hash, InstrProfRecord()));
228 auto &ProfileDataMap = FunctionData[Name];
233 ProfileDataMap.insert(std::make_pair(Hash, InstrProfRecord()));

Completed in 20 milliseconds