Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfileGenerator.h194 std::unordered_set<std::string> ContextStrings; variable
H A DProfileGenerator.cpp204 auto It = ContextStrings.insert(ContextStr.str()); in getFunctionProfileForContext()