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; variable310 OptPassGate &getOptPassGate() const;317 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()
249 OptPassGate &LLVMContextImpl::getOptPassGate() const { in getOptPassGate()255 void LLVMContextImpl::setOptPassGate(OptPassGate& OPG) { in setOptPassGate()
370 OptPassGate &LLVMContext::getOptPassGate() const { in getOptPassGate()374 void LLVMContext::setOptPassGate(OptPassGate& OPG) { in setOptPassGate()
69 class OptPassGate; variable1686 mutable OptPassGate *OPG = nullptr;1690 OptPassGate &getOptPassGate() const;1697 void setOptPassGate(OptPassGate &);
285 OptPassGate &Gate = F.getContext().getOptPassGate(); in skipRegion()
376 OptPassGate &Gate = F->getContext().getOptPassGate(); in skipLoop()
745 OptPassGate &Gate = in skipSCC()
589 OptPassGateInstrumentation OptPassGate; variable
1080 OptPassGate &PassGate = Context.getOptPassGate(); in registerCallbacks()2449 OptPassGate(Context), in StandardInstrumentations()2522 OptPassGate.registerCallbacks(PIC); in registerCallbacks()