Searched refs:getOptPassGate (Results 1 – 9 of 9) sorted by relevance
64 OptPassGate &Gate = M.getContext().getOptPassGate(); in skipModule()175 OptPassGate &Gate = F.getContext().getOptPassGate(); in skipFunction()
355 OptPassGate &LLVMContext::getOptPassGate() const { in getOptPassGate() function in LLVMContext356 return pImpl->getOptPassGate(); in getOptPassGate()
242 OptPassGate &LLVMContextImpl::getOptPassGate() const { in getOptPassGate() function in LLVMContextImpl
1618 OptPassGate &getOptPassGate() const;
305 OptPassGate &getOptPassGate() const;
285 OptPassGate &Gate = F.getContext().getOptPassGate(); in skipRegion()
375 OptPassGate &Gate = F->getContext().getOptPassGate(); in skipLoop()
745 SCC.getCallGraph().getModule().getContext().getOptPassGate(); in skipSCC()
816 Context.getOptPassGate().shouldRunPass(PassName, getIRName(IR)); in shouldRun()834 OptPassGate &PassGate = Context.getOptPassGate(); in registerCallbacks()