Home
last modified time | relevance | path

Searched refs:OptBisect (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DOptBisect.cpp31 OptBisect::OptBisect() : OptPassGate() { in OptBisect() function in OptBisect
42 bool OptBisect::shouldRunPass(const Pass *P, StringRef IRDescription) { in shouldRunPass()
48 bool OptBisect::checkPass(const StringRef PassName, in checkPass()
58 ManagedStatic<OptBisect> llvm::OptBisector;
H A DCMakeLists.txt44 OptBisect.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DOptBisect.h44 class OptBisect : public OptPassGate {
53 OptBisect();
55 virtual ~OptBisect() = default;
85 extern ManagedStatic<OptBisect> OptBisector;
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DOptBisect.rst146 the opt-bisect process. The OptBisect object that manages the process is
148 pass is run if the pass may be skipped, it should call the OptBisect object to
151 The OptBisect object is intended to be accessed through LLVMContext and each
172 In addition to checking with the OptBisect class to see if the pass should be
H A DReference.rst35 OptBisect
79 :doc:`OptBisect`
H A DHowToSubmitABug.rst185 The :doc:`OptBisect <OptBisect>` page shows an alternative method for finding
/netbsd-src/external/apache2/llvm/lib/libLLVMIR/
H A DMakefile53 OptBisect.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/IR/
H A DBUILD.gn59 "OptBisect.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h420 OptBisectInstrumentation OptBisect; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1232 OptBisect.registerCallbacks(PIC); in registerCallbacks()