Home
last modified time | relevance | path

Searched defs:shouldRunPass (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() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DOptBisect.cpp42 bool OptBisect::shouldRunPass(const Pass *P, StringRef IRDescription) { in shouldRunPass() function in OptBisect