Searched refs:getOptPassGate (Results 1 – 8 of 8) sorted by relevance
60 OptPassGate &Gate = M.getContext().getOptPassGate(); in skipModule()164 OptPassGate &Gate = F.getContext().getOptPassGate(); in skipFunction()
335 OptPassGate &LLVMContext::getOptPassGate() const { in getOptPassGate() function in LLVMContext336 return pImpl->getOptPassGate(); in getOptPassGate()
225 OptPassGate &LLVMContextImpl::getOptPassGate() const { in getOptPassGate() function in LLVMContextImpl
1521 OptPassGate &getOptPassGate() const;
299 OptPassGate &getOptPassGate() const;
281 OptPassGate &Gate = F.getContext().getOptPassGate(); in skipRegion()
378 OptPassGate &Gate = F->getContext().getOptPassGate(); in skipLoop()
754 SCC.getCallGraph().getModule().getContext().getOptPassGate(); in skipSCC()