Searched refs:OptBisect (Results 1 – 11 of 11) sorted by relevance
24 cl::init(OptBisect::Disabled), cl::Optional,37 bool OptBisect::shouldRunPass(const Pass *P, StringRef IRDescription) { in shouldRunPass()43 bool OptBisect::checkPass(const StringRef PassName, in checkPass()53 const int OptBisect::Disabled;55 OptBisect &llvm::getOptBisector() { in getOptBisector()56 static OptBisect OptBisector; in getOptBisector()
45 OptBisect.cpp
44 class OptBisect : public OptPassGate {51 OptBisect() = default;53 virtual ~OptBisect() = default;92 OptBisect &getOptBisector();
146 the opt-bisect process. The OptBisect object that manages the process is148 pass is run if the pass may be skipped, it should call the OptBisect object to151 The OptBisect object is intended to be accessed through LLVMContext and each172 In addition to checking with the OptBisect class to see if the pass should be
35 OptBisect80 :doc:`OptBisect`
184 The :doc:`OptBisect <OptBisect>` page shows an alternative method for finding
59 "OptBisect.cpp",
509 OptBisectInstrumentation OptBisect; variable
1 ; This file verifies the behavior of the OptBisect class, which is used to
2132 OptBisect.registerCallbacks(PIC); in registerCallbacks()
5349 llvm/include/llvm/IR/OptBisect.h6080 llvm/lib/IR/OptBisect.cpp