Searched refs:getOptPassGate (Results 1 – 8 of 8) sorted by relevance
64 const OptPassGate &Gate = M.getContext().getOptPassGate(); in skipModule()175 OptPassGate &Gate = F.getContext().getOptPassGate(); in skipFunction()
349 OptPassGate &LLVMContext::getOptPassGate() const { in getOptPassGate() function in LLVMContext350 return pImpl->getOptPassGate(); in getOptPassGate()
228 OptPassGate &LLVMContextImpl::getOptPassGate() const { in getOptPassGate() function in LLVMContextImpl
1866 OptPassGate &getOptPassGate() const;
319 LLVM_ABI OptPassGate &getOptPassGate() const;
285 const OptPassGate &Gate = F.getContext().getOptPassGate(); in skipRegion()
376 const OptPassGate &Gate = F->getContext().getOptPassGate(); in skipLoop()
1059 Context.getOptPassGate().shouldRunPass(PassName, getIRName(IR)); in shouldRun()1077 const OptPassGate &PassGate = Context.getOptPassGate(); in registerCallbacks()