Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DOptBisect.cpp96 return !BisectEnabled || checkPass(P->getPassName(), getDescription(U)); in shouldRunPass()
100 return !BisectEnabled || checkPass(P->getPassName(), getDescription(U)); in shouldRunPass()
104 return !BisectEnabled || checkPass(P->getPassName(), getDescription(U)); in shouldRunPass()
108 return !BisectEnabled || checkPass(P->getPassName(), getDescription(U)); in shouldRunPass()
112 return !BisectEnabled || checkPass(P->getPassName(), getDescription(U)); in shouldRunPass()
116 return !BisectEnabled || checkPass(P->getPassName(), getDescription(U)); in shouldRunPass()
119 bool OptBisect::checkPass(const StringRef PassName, in checkPass() function in OptBisect
/external/llvm/lib/IR/
DOptBisect.cpp99 return checkPass(P->getPassName(), getDescription(U)); in shouldRunPass()
102 bool OptBisect::checkPass(const StringRef PassName, in checkPass() function in OptBisect
/external/llvm/include/llvm/IR/
DOptBisect.h73 bool checkPass(const StringRef PassName, const StringRef TargetDesc);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DOptBisect.h81 bool checkPass(const StringRef PassName, const StringRef TargetDesc);