Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DOptBisect.h31 virtual bool shouldRunPass(StringRef PassName, in shouldRunPass() function
65 bool shouldRunPass(StringRef PassName,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPass.cpp66 !Gate.shouldRunPass(this->getPassName(), getDescription(M)); in skipModule()
177 !Gate.shouldRunPass(this->getPassName(), getDescription(F))) in skipFunction()
H A DOptBisect.cpp47 bool OptBisect::shouldRunPass(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()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1059 Context.getOptPassGate().shouldRunPass(PassName, getIRName(IR)); in shouldRun()