Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DOptBisect.cpp39 OptBisect::OptBisect() : OptPassGate() { in OptBisect() function in OptBisect
95 bool OptBisect::shouldRunPass(const Pass *P, const Module &U) { in shouldRunPass()
99 bool OptBisect::shouldRunPass(const Pass *P, const Function &U) { in shouldRunPass()
103 bool OptBisect::shouldRunPass(const Pass *P, const BasicBlock &U) { in shouldRunPass()
107 bool OptBisect::shouldRunPass(const Pass *P, const Region &U) { in shouldRunPass()
111 bool OptBisect::shouldRunPass(const Pass *P, const Loop &U) { in shouldRunPass()
115 bool OptBisect::shouldRunPass(const Pass *P, const CallGraphSCC &U) { in shouldRunPass()
119 bool OptBisect::checkPass(const StringRef PassName, in checkPass()
H A DLLVMContextImpl.cpp242 static ManagedStatic<OptBisect> OptBisector;
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DOptBisect.h48 class OptBisect : public OptPassGate {
57 OptBisect();
59 virtual ~OptBisect() = default;
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile605 SRCS_MIN+= IR/OptBisect.cpp