Searched refs:getOptPassGate (Results 1 – 8 of 8) sorted by relevance
60 return !M.getContext().getOptPassGate().shouldRunPass(this, M); in skipModule()159 if (!F.getContext().getOptPassGate().shouldRunPass(this, F)) in skipFunction()193 if (!F->getContext().getOptPassGate().shouldRunPass(this, BB)) in skipBasicBlock()
335 OptPassGate &LLVMContext::getOptPassGate() const { in getOptPassGate() function in LLVMContext336 return pImpl->getOptPassGate(); in getOptPassGate()
244 OptPassGate &LLVMContextImpl::getOptPassGate() const { in getOptPassGate() function in LLVMContextImpl
1389 OptPassGate &getOptPassGate() const;
320 OptPassGate &getOptPassGate() const;
283 if (!F.getContext().getOptPassGate().shouldRunPass(this, R)) in skipRegion()
375 if (!Context.getOptPassGate().shouldRunPass(this, *L)) in skipLoop()
659 .getOptPassGate() in skipSCC()