Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DOptBisect.cpp24 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()
H A DCMakeLists.txt45 OptBisect.cpp
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DOptBisect.h44 class OptBisect : public OptPassGate {
51 OptBisect() = default;
53 virtual ~OptBisect() = default;
92 OptBisect &getOptBisector();
/llvm-project-15.0.7/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
80 :doc:`OptBisect`
H A DHowToSubmitABug.rst184 The :doc:`OptBisect <OptBisect>` page shows an alternative method for finding
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/IR/
H A DBUILD.gn59 "OptBisect.cpp",
/llvm-project-15.0.7/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h509 OptBisectInstrumentation OptBisect; variable
/llvm-project-15.0.7/llvm/test/Other/
H A Dopt-bisect-new-pass-manager.ll1 ; This file verifies the behavior of the OptBisect class, which is used to
/llvm-project-15.0.7/llvm/lib/Passes/
H A DStandardInstrumentations.cpp2132 OptBisect.registerCallbacks(PIC); in registerCallbacks()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5349 llvm/include/llvm/IR/OptBisect.h
6080 llvm/lib/IR/OptBisect.cpp