Searched refs:shouldRunPass (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | OptBisect.h | 32 virtual bool shouldRunPass(const Pass *P, StringRef IRDescription) { in shouldRunPass() function 58 bool shouldRunPass(const Pass *P, StringRef IRDescription) override;
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Pass.cpp | 65 return Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(M)); in skipModule() 175 if (Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(F))) in skipFunction()
|
| H A D | OptBisect.cpp | 37 bool OptBisect::shouldRunPass(const Pass *P, StringRef IRDescription) { in shouldRunPass() function in OptBisect
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | RegionPass.cpp | 286 if (Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(R))) in skipRegion()
|
| H A D | LoopPass.cpp | 376 if (Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(*L))) in skipLoop()
|
| H A D | CallGraphSCCPass.cpp | 754 return Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(SCC)); in skipSCC()
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | LegacyPassManagerTest.cpp | 362 bool shouldRunPass(const Pass *P, StringRef IRDescription) override { in shouldRunPass() function 365 return OptPassGate::shouldRunPass(P, IRDescription); in shouldRunPass()
|