Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DOptBisect.h25 class OptPassGate {
27 virtual ~OptPassGate() = default;
44 class LLVM_ABI OptBisect : public OptPassGate {
87 LLVM_ABI OptPassGate &getGlobalPassGate();
H A DLLVMContext.h34 class OptPassGate; variable
319 LLVM_ABI OptPassGate &getOptPassGate() const;
326 LLVM_ABI void setOptPassGate(OptPassGate &);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPass.cpp64 const OptPassGate &Gate = M.getContext().getOptPassGate(); in skipModule()
175 OptPassGate &Gate = F.getContext().getOptPassGate(); in skipFunction()
H A DLLVMContextImpl.cpp228 OptPassGate &LLVMContextImpl::getOptPassGate() const { in getOptPassGate()
234 void LLVMContextImpl::setOptPassGate(OptPassGate& OPG) { in setOptPassGate()
H A DOptBisect.cpp58 OptPassGate &llvm::getGlobalPassGate() { return getOptBisector(); } in getGlobalPassGate()
H A DLLVMContext.cpp349 OptPassGate &LLVMContext::getOptPassGate() const { in getOptPassGate()
353 void LLVMContext::setOptPassGate(OptPassGate& OPG) { in setOptPassGate()
H A DLLVMContextImpl.h69 class OptPassGate; variable
1862 mutable OptPassGate *OPG = nullptr;
1866 OptPassGate &getOptPassGate() const;
1873 void setOptPassGate(OptPassGate &);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionPass.cpp285 const OptPassGate &Gate = F.getContext().getOptPassGate(); in skipRegion()
H A DLoopPass.cpp376 const OptPassGate &Gate = F->getContext().getOptPassGate(); in skipLoop()
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h605 OptPassGateInstrumentation OptPassGate; variable
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1077 const OptPassGate &PassGate = Context.getOptPassGate(); in registerCallbacks()
2441 OptPassGate(Context), in StandardInstrumentations()
2515 OptPassGate.registerCallbacks(PIC); in registerCallbacks()