Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp2686 std::unordered_set<std::string> ForceFunctionsNR( in selectFunctionsToProcess() local
2729 if (!opts::ForceFunctionNames.empty() || !ForceFunctionsNR.empty()) { in selectFunctionsToProcess()
2737 Function.forEachName([&ForceFunctionsNR](StringRef Name) { in selectFunctionsToProcess()
2738 return ForceFunctionsNR.count(Name.str()); in selectFunctionsToProcess()