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()
336 OptPassGate &LLVMContext::getOptPassGate() const { in getOptPassGate() function in LLVMContext337 return pImpl->getOptPassGate(); in getOptPassGate()
244 OptPassGate &LLVMContextImpl::getOptPassGate() const { in getOptPassGate() function in LLVMContextImpl
1391 OptPassGate &getOptPassGate() const;
321 OptPassGate &getOptPassGate() const;
284 if (!F.getContext().getOptPassGate().shouldRunPass(this, R)) in skipRegion()
393 if (!Context.getOptPassGate().shouldRunPass(this, *L)) in skipLoop()
688 .getOptPassGate() in skipSCC()