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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DOptBisect.h29 /// IRDescription is a textual description of the IR unit the pass is running
31 virtual bool shouldRunPass(const Pass *P, StringRef IRDescription) { argument
67 bool shouldRunPass(const Pass *P, StringRef IRDescription) override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DOptBisect.cpp42 bool OptBisect::shouldRunPass(const Pass *P, StringRef IRDescription) { argument
45 return checkPass(P->getPassName(), IRDescription);

Completed in 52 milliseconds