Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDPass.cpp64 OptPassGate &Gate = M.getContext().getOptPassGate(); in skipModule()
179 OptPassGate &Gate = F.getContext().getOptPassGate(); in skipFunction()
HDLLVMContext.cpp370 OptPassGate &LLVMContext::getOptPassGate() const { in getOptPassGate() function in LLVMContext
371 return pImpl->getOptPassGate(); in getOptPassGate()
HDLLVMContextImpl.cpp249 OptPassGate &LLVMContextImpl::getOptPassGate() const { in getOptPassGate() function in LLVMContextImpl
HDLLVMContextImpl.h1690 OptPassGate &getOptPassGate() const;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDLLVMContext.h310 OptPassGate &getOptPassGate() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDRegionPass.cpp285 OptPassGate &Gate = F.getContext().getOptPassGate(); in skipRegion()
HDLoopPass.cpp376 OptPassGate &Gate = F->getContext().getOptPassGate(); in skipLoop()
HDCallGraphSCCPass.cpp746 SCC.getCallGraph().getModule().getContext().getOptPassGate(); in skipSCC()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Passes/
HDStandardInstrumentations.cpp1062 Context.getOptPassGate().shouldRunPass(PassName, getIRName(IR)); in shouldRun()
1080 OptPassGate &PassGate = Context.getOptPassGate(); in registerCallbacks()