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