Searched refs:OptPassGate (Results 1 – 12 of 12) sorted by relevance
26 class OptPassGate {28 virtual ~OptPassGate() = default;45 class OptBisect : public OptPassGate {94 OptPassGate &getGlobalPassGate();
33 class OptPassGate; variable305 OptPassGate &getOptPassGate() const;312 void setOptPassGate(OptPassGate&);
64 OptPassGate &Gate = M.getContext().getOptPassGate(); in skipModule()175 OptPassGate &Gate = F.getContext().getOptPassGate(); in skipFunction()
54 OptPassGate &llvm::getGlobalPassGate() { return getOptBisector(); } in getGlobalPassGate()
242 OptPassGate &LLVMContextImpl::getOptPassGate() const { in getOptPassGate()248 void LLVMContextImpl::setOptPassGate(OptPassGate& OPG) { in setOptPassGate()
355 OptPassGate &LLVMContext::getOptPassGate() const { in getOptPassGate()359 void LLVMContext::setOptPassGate(OptPassGate& OPG) { in setOptPassGate()
66 class OptPassGate; variable1614 mutable OptPassGate *OPG = nullptr;1618 OptPassGate &getOptPassGate() const;1625 void setOptPassGate(OptPassGate &);
285 OptPassGate &Gate = F.getContext().getOptPassGate(); in skipRegion()
375 OptPassGate &Gate = F->getContext().getOptPassGate(); in skipLoop()
744 OptPassGate &Gate = in skipSCC()
558 OptPassGateInstrumentation OptPassGate; variable
834 OptPassGate &PassGate = Context.getOptPassGate(); in registerCallbacks()2098 OptPassGate(Context), in StandardInstrumentations()2159 OptPassGate.registerCallbacks(PIC); in registerCallbacks()