Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DPass.cpp51 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()
DLLVMContext.cpp344 OptBisect &LLVMContext::getOptBisect() { in getOptBisect() function in LLVMContext
345 return pImpl->getOptBisect(); in getOptBisect()
DLLVMContextImpl.cpp249 OptBisect &LLVMContextImpl::getOptBisect() { in getOptBisect() function in LLVMContextImpl
DLLVMContextImpl.h1184 OptBisect &getOptBisect();
/external/llvm/include/llvm/IR/
DLLVMContext.h238 OptBisect &getOptBisect();
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h265 OptBisect &getOptBisect();
/external/llvm/lib/Analysis/
DLoopPass.cpp346 if (!Context.getOptBisect().shouldRunPass(this, *L)) in skipLoop()
DCallGraphSCCPass.cpp638 .getOptBisect() in skipSCC()