Searched refs:OptBisect (Results 1 – 9 of 9) sorted by relevance
31 OptBisect::OptBisect() { in OptBisect() function in OptBisect89 template bool OptBisect::shouldRunPass(const Pass *, const Module &);90 template bool OptBisect::shouldRunPass(const Pass *, const Function &);91 template bool OptBisect::shouldRunPass(const Pass *, const BasicBlock &);92 template bool OptBisect::shouldRunPass(const Pass *, const Loop &);93 template bool OptBisect::shouldRunPass(const Pass *, const CallGraphSCC &);96 bool OptBisect::shouldRunPass(const Pass *P, const UnitT &U) { in shouldRunPass()102 bool OptBisect::checkPass(const StringRef PassName, in checkPass()112 bool OptBisect::shouldRunCase(const Twine &Msg) { in shouldRunCase()
247 static ManagedStatic<OptBisect> OptBisector;249 OptBisect &LLVMContextImpl::getOptBisect() { in getOptBisect()
42 OptBisect.cpp
344 OptBisect &LLVMContext::getOptBisect() { in getOptBisect()
1184 OptBisect &getOptBisect();
28 class OptBisect {37 OptBisect();
36 class OptBisect; variable238 OptBisect &getOptBisect();
33 class OptBisect; variable265 OptBisect &getOptBisect();
1 ; This file verifies the behavior of the OptBisect class, which is used to6 ; This set of tests exercises the legacy pass manager interface to the OptBisect