Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DPass.cpp60 OptPassGate &Gate = M.getContext().getOptPassGate(); in skipModule()
164 OptPassGate &Gate = F.getContext().getOptPassGate(); in skipFunction()
H A DLLVMContext.cpp335 OptPassGate &LLVMContext::getOptPassGate() const { in getOptPassGate() function in LLVMContext
336 return pImpl->getOptPassGate(); in getOptPassGate()
H A DLLVMContextImpl.cpp225 OptPassGate &LLVMContextImpl::getOptPassGate() const { in getOptPassGate() function in LLVMContextImpl
H A DLLVMContextImpl.h1521 OptPassGate &getOptPassGate() const;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DLLVMContext.h299 OptPassGate &getOptPassGate() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DRegionPass.cpp281 OptPassGate &Gate = F.getContext().getOptPassGate(); in skipRegion()
H A DLoopPass.cpp378 OptPassGate &Gate = F->getContext().getOptPassGate(); in skipLoop()
H A DCallGraphSCCPass.cpp754 SCC.getCallGraph().getModule().getContext().getOptPassGate(); in skipSCC()