Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DOptBisect.h30 virtual bool shouldRunPass(const StringRef PassName, in shouldRunPass() function
35 /// isEnabled() should return true before calling shouldRunPass().
64 bool shouldRunPass(const StringRef PassName,
67 /// isEnabled() should return true before calling shouldRunPass(). in setLimit()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPass.cpp66 !Gate.shouldRunPass(this->getPassName(), getDescription(M)); in skipModule()
181 !Gate.shouldRunPass(this->getPassName(), getDescription(F))) in skipFunction()
H A DOptBisect.cpp42 bool OptBisect::shouldRunPass(const StringRef PassName, in shouldRunPass() function in OptBisect
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionPass.cpp287 !Gate.shouldRunPass(this->getPassName(), getDescription(R))) in skipRegion()
H A DLoopPass.cpp378 !Gate.shouldRunPass(this->getPassName(), getDescription(*L))) in skipLoop()
H A DCallGraphSCCPass.cpp748 !Gate.shouldRunPass(this->getPassName(), getDescription(SCC)); in skipSCC()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1062 Context.getOptPassGate().shouldRunPass(PassName, getIRName(IR)); in shouldRun()