Searched refs:getOptPassGate (Results 1 – 8 of 8) sorted by relevance
64 OptPassGate &Gate = M.getContext().getOptPassGate(); in skipModule()174 OptPassGate &Gate = F.getContext().getOptPassGate(); in skipFunction()
350 OptPassGate &LLVMContext::getOptPassGate() const { in getOptPassGate() function in LLVMContext351 return pImpl->getOptPassGate(); in getOptPassGate()
241 OptPassGate &LLVMContextImpl::getOptPassGate() const { in getOptPassGate() function in LLVMContextImpl
1559 OptPassGate &getOptPassGate() const;
305 OptPassGate &getOptPassGate() const;
285 OptPassGate &Gate = F.getContext().getOptPassGate(); in skipRegion()
375 OptPassGate &Gate = F->getContext().getOptPassGate(); in skipLoop()
753 SCC.getCallGraph().getModule().getContext().getOptPassGate(); in skipSCC()