Home
last modified time | relevance | path

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

/src/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
310 OptPassGate &getOptPassGate() const;
317 void setOptPassGate(OptPassGate&);
/src/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.cpp249 OptPassGate &LLVMContextImpl::getOptPassGate() const { in getOptPassGate()
255 void LLVMContextImpl::setOptPassGate(OptPassGate& OPG) { in setOptPassGate()
H A DLLVMContext.cpp370 OptPassGate &LLVMContext::getOptPassGate() const { in getOptPassGate()
374 void LLVMContext::setOptPassGate(OptPassGate& OPG) { in setOptPassGate()
H A DLLVMContextImpl.h69 class OptPassGate; variable
1686 mutable OptPassGate *OPG = nullptr;
1690 OptPassGate &getOptPassGate() const;
1697 void setOptPassGate(OptPassGate &);
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionPass.cpp285 OptPassGate &Gate = F.getContext().getOptPassGate(); in skipRegion()
H A DLoopPass.cpp376 OptPassGate &Gate = F->getContext().getOptPassGate(); in skipLoop()
H A DCallGraphSCCPass.cpp745 OptPassGate &Gate = in skipSCC()
/src/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h589 OptPassGateInstrumentation OptPassGate; variable
/src/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1080 OptPassGate &PassGate = Context.getOptPassGate(); in registerCallbacks()
2449 OptPassGate(Context), in StandardInstrumentations()
2522 OptPassGate.registerCallbacks(PIC); in registerCallbacks()