Searched refs:getOptBisect (Results 1 – 7 of 7) sorted by relevance
51 return !M.getContext().getOptBisect().shouldRunPass(this, M); in skipModule()150 if (!F.getContext().getOptBisect().shouldRunPass(this, F)) in skipFunction()184 if (!F->getContext().getOptBisect().shouldRunPass(this, BB)) in skipBasicBlock()
344 OptBisect &LLVMContext::getOptBisect() { in getOptBisect() function in LLVMContext345 return pImpl->getOptBisect(); in getOptBisect()
249 OptBisect &LLVMContextImpl::getOptBisect() { in getOptBisect() function in LLVMContextImpl
1184 OptBisect &getOptBisect();
238 OptBisect &getOptBisect();
346 if (!Context.getOptBisect().shouldRunPass(this, *L)) in skipLoop()
638 .getOptBisect() in skipSCC()