HomeSort by relevance Sort by last modified time
    Searched refs:getOptBisect (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/IR/
Pass.cpp 51 return !M.getContext().getOptBisect().shouldRunPass(this, M);
150 if (!F.getContext().getOptBisect().shouldRunPass(this, F))
184 if (!F->getContext().getOptBisect().shouldRunPass(this, BB))
LLVMContext.cpp 344 OptBisect &LLVMContext::getOptBisect() {
345 return pImpl->getOptBisect();
LLVMContextImpl.cpp 238 /// This singleton is accessed via the LLVMContext::getOptBisect() function. It
249 OptBisect &LLVMContextImpl::getOptBisect() {
LLVMContextImpl.h     [all...]
  /external/llvm/include/llvm/IR/
LLVMContext.h 238 OptBisect &getOptBisect();
  /external/llvm/lib/Analysis/
LoopPass.cpp 346 if (!Context.getOptBisect().shouldRunPass(this, *L))
CallGraphSCCPass.cpp 638 .getOptBisect()

Completed in 7636 milliseconds