Searched refs:getOptBisect (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/IR/
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))
H A DLLVMContext.cpp344 OptBisect &LLVMContext::getOptBisect() { function in class:LLVMContext
345 return pImpl->getOptBisect();
H A DLLVMContextImpl.cpp238 /// This singleton is accessed via the LLVMContext::getOptBisect() function. It
249 OptBisect &LLVMContextImpl::getOptBisect() { function in class:LLVMContextImpl
H A DLLVMContextImpl.h1184 OptBisect &getOptBisect();
/external/llvm/include/llvm/IR/
H A DLLVMContext.h238 OptBisect &getOptBisect();
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DLLVMContext.h265 OptBisect &getOptBisect();
/external/llvm/lib/Analysis/
H A DLoopPass.cpp346 if (!Context.getOptBisect().shouldRunPass(this, *L))
H A DCallGraphSCCPass.cpp638 .getOptBisect()

Completed in 347 milliseconds