Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/IR/
H A DPass.cpp64 OptPassGate &Gate = M.getContext().getOptPassGate(); in skipModule()
175 OptPassGate &Gate = F.getContext().getOptPassGate(); in skipFunction()
H A DLLVMContext.cpp355 OptPassGate &LLVMContext::getOptPassGate() const { in getOptPassGate() function in LLVMContext
356 return pImpl->getOptPassGate(); in getOptPassGate()
H A DLLVMContextImpl.cpp242 OptPassGate &LLVMContextImpl::getOptPassGate() const { in getOptPassGate() function in LLVMContextImpl
H A DLLVMContextImpl.h1618 OptPassGate &getOptPassGate() const;
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DLLVMContext.h305 OptPassGate &getOptPassGate() const;
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DRegionPass.cpp285 OptPassGate &Gate = F.getContext().getOptPassGate(); in skipRegion()
H A DLoopPass.cpp375 OptPassGate &Gate = F->getContext().getOptPassGate(); in skipLoop()
H A DCallGraphSCCPass.cpp745 SCC.getCallGraph().getModule().getContext().getOptPassGate(); in skipSCC()
/openbsd/gnu/llvm/llvm/lib/Passes/
H A DStandardInstrumentations.cpp816 Context.getOptPassGate().shouldRunPass(PassName, getIRName(IR)); in shouldRun()
834 OptPassGate &PassGate = Context.getOptPassGate(); in registerCallbacks()