/external/llvm/lib/IR/ |
D | OptBisect.cpp | 31 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()
|
D | LLVMContextImpl.cpp | 247 static ManagedStatic<OptBisect> OptBisector; 249 OptBisect &LLVMContextImpl::getOptBisect() { in getOptBisect()
|
D | CMakeLists.txt | 42 OptBisect.cpp
|
D | LLVMContext.cpp | 344 OptBisect &LLVMContext::getOptBisect() { in getOptBisect()
|
D | LLVMContextImpl.h | 1184 OptBisect &getOptBisect();
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | OptBisect.cpp | 31 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()
|
D | CMakeLists.txt | 44 OptBisect.cpp
|
D | LLVMContextImpl.cpp | 241 static ManagedStatic<OptBisect> OptBisector;
|
/external/llvm-project/llvm/lib/IR/ |
D | OptBisect.cpp | 31 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()
|
D | CMakeLists.txt | 41 OptBisect.cpp
|
D | LLVMContextImpl.cpp | 233 static ManagedStatic<OptBisect> OptBisector;
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | OptBisect.h | 43 class OptBisect : public OptPassGate { 52 OptBisect(); 54 virtual ~OptBisect() = default;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | OptBisect.h | 43 class OptBisect : public OptPassGate { 52 OptBisect(); 54 virtual ~OptBisect() = default;
|
/external/llvm/include/llvm/IR/ |
D | OptBisect.h | 28 class OptBisect { 37 OptBisect();
|
D | LLVMContext.h | 36 class OptBisect; variable 238 OptBisect &getOptBisect();
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | LLVMContext.h | 33 class OptBisect; variable 265 OptBisect &getOptBisect();
|
/external/llvm-project/llvm/include/llvm/Passes/ |
D | StandardInstrumentations.h | 75 class OptBisectInstrumentation : public OptBisect { 269 OptBisectInstrumentation OptBisect; variable
|
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/IR/ |
D | BUILD.gn | 56 "OptBisect.cpp",
|
/external/llvm-project/llvm/docs/ |
D | OptBisect.rst | 146 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
|
D | Reference.rst | 35 OptBisect 84 :doc:`OptBisect`
|
/external/llvm/test/Other/ |
D | opt-bisect-legacy-pass-manager.ll | 1 ; 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/ |
D | opt-bisect-legacy-pass-manager.ll | 1 ; 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
|
D | opt-bisect-new-pass-manager.ll | 1 ; This file verifies the behavior of the OptBisect class, which is used to
|
/external/llvm-project/llvm/lib/Passes/ |
D | StandardInstrumentations.cpp | 865 OptBisect.registerCallbacks(PIC); in registerCallbacks()
|
/external/swiftshader/third_party/llvm-10.0/ |
D | Android.bp | 446 "llvm/lib/IR/OptBisect.cpp",
|