Home
last modified time | relevance | path

Searched refs:shouldRunPass (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DOptBisect.h32 virtual bool shouldRunPass(const Pass *P, StringRef IRDescription) { in shouldRunPass() function
60 bool shouldRunPass(const Pass *P, StringRef IRDescription) override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DPass.cpp61 return Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(M)); in skipModule()
165 if (Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(F))) in skipFunction()
H A DOptBisect.cpp40 bool OptBisect::shouldRunPass(const Pass *P, StringRef IRDescription) { in shouldRunPass() function in OptBisect
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionPass.cpp282 if (Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(R))) in skipRegion()
H A DLoopPass.cpp379 if (Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(*L))) in skipLoop()
H A DCallGraphSCCPass.cpp755 return Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(SCC)); in skipSCC()