Home
last modified time | relevance | path

Searched refs:OptPassGate (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DOptBisect.h26 class OptPassGate {
28 virtual ~OptPassGate() = default;
44 class OptBisect : public OptPassGate {
H A DLLVMContext.h32 class OptPassGate; variable
299 OptPassGate &getOptPassGate() const;
306 void setOptPassGate(OptPassGate&);
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DPass.cpp60 OptPassGate &Gate = M.getContext().getOptPassGate(); in skipModule()
164 OptPassGate &Gate = F.getContext().getOptPassGate(); in skipFunction()
H A DLLVMContextImpl.cpp221 OptPassGate &LLVMContextImpl::getOptPassGate() const { in getOptPassGate()
227 void LLVMContextImpl::setOptPassGate(OptPassGate& OPG) { in setOptPassGate()
H A DOptBisect.cpp29 OptBisect::OptBisect() : OptPassGate() { in OptBisect()
H A DLLVMContext.cpp335 OptPassGate &LLVMContext::getOptPassGate() const { in getOptPassGate()
339 void LLVMContext::setOptPassGate(OptPassGate& OPG) { in setOptPassGate()
H A DLLVMContextImpl.h1518 mutable OptPassGate *OPG = nullptr;
1522 OptPassGate &getOptPassGate() const;
1529 void setOptPassGate(OptPassGate&);
/freebsd-13.1/contrib/llvm-project/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.cpp753 OptPassGate &Gate = in skipSCC()