Home
last modified time | relevance | path

Searched refs:ProfilesToBeRemoved (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp214 std::vector<StringRef> ProfilesToBeRemoved; in run() local
220 ProfilesToBeRemoved.push_back(It.first()); in run()
224 for (StringRef ContextName : ProfilesToBeRemoved) { in run()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProf.cpp371 StringSet<> ProfilesToBeRemoved; in canonicalizeContextProfiles() local
389 ProfilesToBeRemoved.erase(ContextStr); in canonicalizeContextProfiles()
390 ProfilesToBeRemoved.insert(I.first()); in canonicalizeContextProfiles()
393 for (auto &I : ProfilesToBeRemoved) { in canonicalizeContextProfiles()