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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DOptBisect.h31 virtual bool shouldRunPass(const Pass *P, StringRef IRDescription) { function in class:llvm::OptPassGate
35 /// isEnabled should return true before calling shouldRunPass
67 bool shouldRunPass(const Pass *P, StringRef IRDescription) override;
69 /// isEnabled should return true before calling shouldRunPass
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DOptBisect.cpp42 bool OptBisect::shouldRunPass(const Pass *P, StringRef IRDescription) { function in class:OptBisect
H A DPass.cpp61 return Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(M));
165 if (Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(F)))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionPass.cpp288 if (Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(R)))
H A DLoopPass.cpp365 if (Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(*L)))
H A DCallGraphSCCPass.cpp741 return Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(SCC));

Completed in 127 milliseconds