Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DOptBisect.h26 class OptPassGate {
28 virtual ~OptPassGate() = default;
45 class OptBisect : public OptPassGate {
94 OptPassGate &getGlobalPassGate();
H A DLLVMContext.h33 class OptPassGate; variable
305 OptPassGate &getOptPassGate() const;
312 void setOptPassGate(OptPassGate&);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DPass.cpp64 OptPassGate &Gate = M.getContext().getOptPassGate(); in skipModule()
175 OptPassGate &Gate = F.getContext().getOptPassGate(); in skipFunction()
H A DOptBisect.cpp54 OptPassGate &llvm::getGlobalPassGate() { return getOptBisector(); } in getGlobalPassGate()
H A DLLVMContextImpl.cpp242 OptPassGate &LLVMContextImpl::getOptPassGate() const { in getOptPassGate()
248 void LLVMContextImpl::setOptPassGate(OptPassGate& OPG) { in setOptPassGate()
H A DLLVMContext.cpp355 OptPassGate &LLVMContext::getOptPassGate() const { in getOptPassGate()
359 void LLVMContext::setOptPassGate(OptPassGate& OPG) { in setOptPassGate()
H A DLLVMContextImpl.h66 class OptPassGate; variable
1614 mutable OptPassGate *OPG = nullptr;
1618 OptPassGate &getOptPassGate() const;
1625 void setOptPassGate(OptPassGate &);
/openbsd-src/gnu/llvm/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.cpp744 OptPassGate &Gate = in skipSCC()
/openbsd-src/gnu/llvm/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h558 OptPassGateInstrumentation OptPassGate; variable
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DStandardInstrumentations.cpp834 OptPassGate &PassGate = Context.getOptPassGate(); in registerCallbacks()
2098 OptPassGate(Context), in StandardInstrumentations()
2159 OptPassGate.registerCallbacks(PIC); in registerCallbacks()