Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A 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()
H A DLLVMContext.cpp336 OptPassGate &LLVMContext::getOptPassGate() const { in getOptPassGate() function in LLVMContext
337 return pImpl->getOptPassGate(); in getOptPassGate()
H A DLLVMContextImpl.cpp244 OptPassGate &LLVMContextImpl::getOptPassGate() const { in getOptPassGate() function in LLVMContextImpl
H A DLLVMContextImpl.h1391 OptPassGate &getOptPassGate() const;
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DLLVMContext.h321 OptPassGate &getOptPassGate() const;
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DRegionPass.cpp284 if (!F.getContext().getOptPassGate().shouldRunPass(this, R)) in skipRegion()
H A DLoopPass.cpp393 if (!Context.getOptPassGate().shouldRunPass(this, *L)) in skipLoop()
H A DCallGraphSCCPass.cpp688 .getOptPassGate() in skipSCC()