Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPass.cpp64 OptPassGate &Gate = M.getContext().getOptPassGate(); in skipModule()
179 OptPassGate &Gate = F.getContext().getOptPassGate(); in skipFunction()
H A DLLVMContext.cpp370 OptPassGate &LLVMContext::getOptPassGate() const { in getOptPassGate() function in LLVMContext
371 return pImpl->getOptPassGate(); in getOptPassGate()
H A DLLVMContextImpl.cpp249 OptPassGate &LLVMContextImpl::getOptPassGate() const { in getOptPassGate() function in LLVMContextImpl
H A DLLVMContextImpl.h1690 OptPassGate &getOptPassGate() const;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h310 OptPassGate &getOptPassGate() const;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionPass.cpp285 OptPassGate &Gate = F.getContext().getOptPassGate(); in skipRegion()
H A DLoopPass.cpp376 OptPassGate &Gate = F->getContext().getOptPassGate(); in skipLoop()
H A DCallGraphSCCPass.cpp746 SCC.getCallGraph().getModule().getContext().getOptPassGate(); in skipSCC()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1062 Context.getOptPassGate().shouldRunPass(PassName, getIRName(IR)); in shouldRun()
1080 OptPassGate &PassGate = Context.getOptPassGate(); in registerCallbacks()