Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOptBisect.h43 class OptBisect : public OptPassGate {
52 OptBisect();
54 virtual ~OptBisect() = default;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h33 class OptBisect; variable
265 OptBisect &getOptBisect();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/
DAndroid.bp446 "llvm/lib/IR/OptBisect.cpp",
DBUILD.gn558 "llvm/lib/IR/OptBisect.cpp",
DCMakeLists.txt447 ${LLVM_DIR}/lib/IR/OptBisect.cpp