Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp83 static std::unordered_set<std::string> VerifyFuncNames( in shouldVerifyFunction() local
85 return VerifyFuncNames.empty() || VerifyFuncNames.count(F->getName().str()); in shouldVerifyFunction()