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

/external/llvm/lib/IR/
H A DOptBisect.cpp89 template bool OptBisect::shouldRunPass(const Pass *, const Module &);
90 template bool OptBisect::shouldRunPass(const Pass *, const Function &);
91 template bool OptBisect::shouldRunPass(const Pass *, const BasicBlock &);
92 template bool OptBisect::shouldRunPass(const Pass *, const Loop &);
93 template bool OptBisect::shouldRunPass(const Pass *, const CallGraphSCC &);
96 bool OptBisect::shouldRunPass(const Pass *P, const UnitT &U) { function in class:OptBisect
H A DPass.cpp51 return !M.getContext().getOptBisect().shouldRunPass(this, M);
150 if (!F.getContext().getOptBisect().shouldRunPass(this, F))
184 if (!F->getContext().getOptBisect().shouldRunPass(this, BB))
/external/llvm/include/llvm/IR/
H A DOptBisect.h52 bool shouldRunPass(const Pass *P, const UnitT &U);
/external/llvm/lib/Analysis/
H A DLoopPass.cpp346 if (!Context.getOptBisect().shouldRunPass(this, *L))
H A DCallGraphSCCPass.cpp639 .shouldRunPass(this, SCC);

Completed in 342 milliseconds