Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DPass.cpp64 OptPassGate &Gate = M.getContext().getOptPassGate(); in skipModule()
174 OptPassGate &Gate = F.getContext().getOptPassGate(); in skipFunction()
H A DLLVMContext.cpp350 OptPassGate &LLVMContext::getOptPassGate() const { in getOptPassGate() function in LLVMContext
351 return pImpl->getOptPassGate(); in getOptPassGate()
H A DLLVMContextImpl.cpp241 OptPassGate &LLVMContextImpl::getOptPassGate() const { in getOptPassGate() function in LLVMContextImpl
H A DLLVMContextImpl.h1559 OptPassGate &getOptPassGate() const;
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DLLVMContext.h305 OptPassGate &getOptPassGate() const;
/llvm-project-15.0.7/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.cpp753 SCC.getCallGraph().getModule().getContext().getOptPassGate(); in skipSCC()