Home
last modified time | relevance | path

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

12

/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/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
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()
DCMakeLists.txt44 OptBisect.cpp
DLLVMContextImpl.cpp241 static ManagedStatic<OptBisect> OptBisector;
/external/llvm-project/llvm/lib/IR/
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()
DCMakeLists.txt41 OptBisect.cpp
DLLVMContextImpl.cpp233 static ManagedStatic<OptBisect> OptBisector;
/external/llvm-project/llvm/include/llvm/IR/
DOptBisect.h43 class OptBisect : public OptPassGate {
52 OptBisect();
54 virtual ~OptBisect() = default;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOptBisect.h43 class OptBisect : public OptPassGate {
52 OptBisect();
54 virtual ~OptBisect() = default;
/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-project/llvm/include/llvm/Passes/
DStandardInstrumentations.h75 class OptBisectInstrumentation : public OptBisect {
269 OptBisectInstrumentation OptBisect; variable
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/IR/
DBUILD.gn56 "OptBisect.cpp",
/external/llvm-project/llvm/docs/
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
DReference.rst35 OptBisect
84 :doc:`OptBisect`
/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
/external/llvm-project/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
Dopt-bisect-new-pass-manager.ll1 ; This file verifies the behavior of the OptBisect class, which is used to
/external/llvm-project/llvm/lib/Passes/
DStandardInstrumentations.cpp865 OptBisect.registerCallbacks(PIC); in registerCallbacks()
/external/swiftshader/third_party/llvm-10.0/
DAndroid.bp446 "llvm/lib/IR/OptBisect.cpp",

12