Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DOptBisect.cpp29 OptBisect::OptBisect() : OptPassGate() { in OptBisect() function in OptBisect
40 bool OptBisect::shouldRunPass(const Pass *P, StringRef IRDescription) { in shouldRunPass()
46 bool OptBisect::checkPass(const StringRef PassName, in checkPass()
56 ManagedStatic<OptBisect> llvm::OptBisector;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DOptBisect.h44 class OptBisect : public OptPassGate {
53 OptBisect();
55 virtual ~OptBisect() = default;
85 extern ManagedStatic<OptBisect> OptBisector;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h419 OptBisectInstrumentation OptBisect; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1233 OptBisect.registerCallbacks(PIC); in registerCallbacks()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile717 SRCS_MIN+= IR/OptBisect.cpp