Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DOptBisect.h24 class OptPassGate {
26 virtual ~OptPassGate() = default;
43 class OptBisect : public OptPassGate {
86 OptPassGate &getGlobalPassGate();
H A DLLVMContext.h33 class OptPassGate; variable
306 OptPassGate &getOptPassGate() const;
313 void setOptPassGate(OptPassGate&);
/freebsd-14.2/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 DOptBisect.cpp54 OptPassGate &llvm::getGlobalPassGate() { return getOptBisector(); } in getGlobalPassGate()
H A DLLVMContextImpl.cpp244 OptPassGate &LLVMContextImpl::getOptPassGate() const { in getOptPassGate()
250 void LLVMContextImpl::setOptPassGate(OptPassGate& OPG) { in setOptPassGate()
H A DLLVMContext.cpp363 OptPassGate &LLVMContext::getOptPassGate() const { in getOptPassGate()
367 void LLVMContext::setOptPassGate(OptPassGate& OPG) { in setOptPassGate()
H A DLLVMContextImpl.h67 class OptPassGate; variable
1653 mutable OptPassGate *OPG = nullptr;
1657 OptPassGate &getOptPassGate() const;
1664 void setOptPassGate(OptPassGate &);
/freebsd-14.2/contrib/llvm-project/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 OptPassGate &Gate = in skipSCC()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h574 OptPassGateInstrumentation OptPassGate; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1006 OptPassGate &PassGate = Context.getOptPassGate(); in registerCallbacks()
2352 OptPassGate(Context), in StandardInstrumentations()
2425 OptPassGate.registerCallbacks(PIC); in registerCallbacks()