Searched refs:getOptPassGate (Results 1 – 9 of 9) sorted by relevance
64 OptPassGate &Gate = M.getContext().getOptPassGate(); in skipModule() 179 OptPassGate &Gate = F.getContext().getOptPassGate(); in skipFunction()
370 OptPassGate &LLVMContext::getOptPassGate() const { in getOptPassGate() function in LLVMContext371 return pImpl->getOptPassGate(); in getOptPassGate()
249 OptPassGate &LLVMContextImpl::getOptPassGate() const { in getOptPassGate() function in LLVMContextImpl
1690 OptPassGate &getOptPassGate() const;
310 OptPassGate &getOptPassGate() const;
285 OptPassGate &Gate = F.getContext().getOptPassGate(); in skipRegion()
376 OptPassGate &Gate = F->getContext().getOptPassGate(); in skipLoop()
746 SCC.getCallGraph().getModule().getContext().getOptPassGate(); in skipSCC()
1062 Context.getOptPassGate().shouldRunPass(PassName, getIRName(IR)); in shouldRun()1080 OptPassGate &PassGate = Context.getOptPassGate(); in registerCallbacks()