Searched refs:OptBisect (Results 1 – 10 of 10) sorted by relevance
31 OptBisect::OptBisect() : OptPassGate() { in OptBisect() function in OptBisect42 bool OptBisect::shouldRunPass(const Pass *P, StringRef IRDescription) { in shouldRunPass()48 bool OptBisect::checkPass(const StringRef PassName, in checkPass()58 ManagedStatic<OptBisect> llvm::OptBisector;
44 OptBisect.cpp
44 class OptBisect : public OptPassGate {53 OptBisect();55 virtual ~OptBisect() = default;85 extern ManagedStatic<OptBisect> OptBisector;
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 OptBisect79 :doc:`OptBisect`
185 The :doc:`OptBisect <OptBisect>` page shows an alternative method for finding
53 OptBisect.cpp \
59 "OptBisect.cpp",
420 OptBisectInstrumentation OptBisect; variable
1232 OptBisect.registerCallbacks(PIC); in registerCallbacks()