Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DOptBisect.h32 virtual bool shouldRunPass(const Pass *P, StringRef IRDescription) { in shouldRunPass() argument
60 bool shouldRunPass(const Pass *P, StringRef IRDescription) override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DOptBisect.cpp42 bool OptBisect::shouldRunPass(const Pass *P, StringRef IRDescription) { in shouldRunPass() argument
45 return checkPass(P->getPassName(), IRDescription); in shouldRunPass()