Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DOptBisect.cpp31 OptBisect::OptBisect() { in OptBisect() function in OptBisect
89 template bool OptBisect::shouldRunPass(const Pass *, const Module &);
90 template bool OptBisect::shouldRunPass(const Pass *, const Function &);
91 template bool OptBisect::shouldRunPass(const Pass *, const BasicBlock &);
92 template bool OptBisect::shouldRunPass(const Pass *, const Loop &);
93 template bool OptBisect::shouldRunPass(const Pass *, const CallGraphSCC &);
96 bool OptBisect::shouldRunPass(const Pass *P, const UnitT &U) { in shouldRunPass()
102 bool OptBisect::checkPass(const StringRef PassName, in checkPass()
112 bool OptBisect::shouldRunCase(const Twine &Msg) { in shouldRunCase()
DLLVMContextImpl.cpp247 static ManagedStatic<OptBisect> OptBisector;
249 OptBisect &LLVMContextImpl::getOptBisect() { in getOptBisect()
DCMakeLists.txt42 OptBisect.cpp
DLLVMContext.cpp344 OptBisect &LLVMContext::getOptBisect() { in getOptBisect()
DLLVMContextImpl.h1184 OptBisect &getOptBisect();
/external/llvm/include/llvm/IR/
DOptBisect.h28 class OptBisect {
37 OptBisect();
DLLVMContext.h36 class OptBisect; variable
238 OptBisect &getOptBisect();
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h33 class OptBisect; variable
265 OptBisect &getOptBisect();
/external/llvm/test/Other/
Dopt-bisect-legacy-pass-manager.ll1 ; This file verifies the behavior of the OptBisect class, which is used to
6 ; This set of tests exercises the legacy pass manager interface to the OptBisect