Searched refs:getOptPassGate (Results 1 – 8 of 8) sorted by relevance
63 OptPassGate &Gate = M.getContext().getOptPassGate(); in skipModule()167 OptPassGate &Gate = F.getContext().getOptPassGate(); in skipFunction()
317 OptPassGate &LLVMContext::getOptPassGate() const { in getOptPassGate() function in LLVMContext318 return pImpl->getOptPassGate(); in getOptPassGate()
243 OptPassGate &LLVMContextImpl::getOptPassGate() const { in getOptPassGate() function in LLVMContextImpl
1415 OptPassGate &getOptPassGate() const;
292 OptPassGate &getOptPassGate() const;
287 OptPassGate &Gate = F.getContext().getOptPassGate(); in skipRegion()
399 OptPassGate &Gate = F->getContext().getOptPassGate(); in skipLoop()
704 SCC.getCallGraph().getModule().getContext().getOptPassGate(); in skipSCC()