Searched refs:checkPass (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | OptBisect.cpp | 96 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/ |
D | OptBisect.cpp | 99 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/ |
D | OptBisect.h | 73 bool checkPass(const StringRef PassName, const StringRef TargetDesc);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | OptBisect.h | 81 bool checkPass(const StringRef PassName, const StringRef TargetDesc);
|