Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DPass.cpp60 return !M.getContext().getOptPassGate().shouldRunPass(this, M); in skipModule()
159 if (!F.getContext().getOptPassGate().shouldRunPass(this, F)) in skipFunction()
193 if (!F->getContext().getOptPassGate().shouldRunPass(this, BB)) in skipBasicBlock()
DLLVMContext.cpp335 OptPassGate &LLVMContext::getOptPassGate() const { in getOptPassGate() function in LLVMContext
336 return pImpl->getOptPassGate(); in getOptPassGate()
DLLVMContextImpl.cpp244 OptPassGate &LLVMContextImpl::getOptPassGate() const { in getOptPassGate() function in LLVMContextImpl
DLLVMContextImpl.h1389 OptPassGate &getOptPassGate() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DLLVMContext.h320 OptPassGate &getOptPassGate() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DRegionPass.cpp283 if (!F.getContext().getOptPassGate().shouldRunPass(this, R)) in skipRegion()
DLoopPass.cpp375 if (!Context.getOptPassGate().shouldRunPass(this, *L)) in skipLoop()
DCallGraphSCCPass.cpp659 .getOptPassGate() in skipSCC()