Searched refs:OptPassGate (Results 1 – 12 of 12) sorted by relevance
24 class OptPassGate {26 virtual ~OptPassGate() = default;43 class OptBisect : public OptPassGate {86 OptPassGate &getGlobalPassGate();
33 class OptPassGate; variable306 OptPassGate &getOptPassGate() const;313 void setOptPassGate(OptPassGate&);
64 OptPassGate &Gate = M.getContext().getOptPassGate(); in skipModule()179 OptPassGate &Gate = F.getContext().getOptPassGate(); in skipFunction()
54 OptPassGate &llvm::getGlobalPassGate() { return getOptBisector(); } in getGlobalPassGate()
244 OptPassGate &LLVMContextImpl::getOptPassGate() const { in getOptPassGate()250 void LLVMContextImpl::setOptPassGate(OptPassGate& OPG) { in setOptPassGate()
363 OptPassGate &LLVMContext::getOptPassGate() const { in getOptPassGate()367 void LLVMContext::setOptPassGate(OptPassGate& OPG) { in setOptPassGate()
67 class OptPassGate; variable1653 mutable OptPassGate *OPG = nullptr;1657 OptPassGate &getOptPassGate() const;1664 void setOptPassGate(OptPassGate &);
285 OptPassGate &Gate = F.getContext().getOptPassGate(); in skipRegion()
375 OptPassGate &Gate = F->getContext().getOptPassGate(); in skipLoop()
745 OptPassGate &Gate = in skipSCC()
574 OptPassGateInstrumentation OptPassGate; variable
1006 OptPassGate &PassGate = Context.getOptPassGate(); in registerCallbacks()2352 OptPassGate(Context), in StandardInstrumentations()2425 OptPassGate.registerCallbacks(PIC); in registerCallbacks()