Searched refs:Gate (Results 1 – 4 of 4) sorted by relevance
64 OptPassGate &Gate = M.getContext().getOptPassGate(); in skipModule() local65 return Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(M)); in skipModule()174 OptPassGate &Gate = F.getContext().getOptPassGate(); in skipFunction() local175 if (Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(F))) in skipFunction()
285 OptPassGate &Gate = F.getContext().getOptPassGate(); in skipRegion() local286 if (Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(R))) in skipRegion()
375 OptPassGate &Gate = F->getContext().getOptPassGate(); in skipLoop() local376 if (Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(*L))) in skipLoop()
752 OptPassGate &Gate = in skipSCC() local754 return Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(SCC)); in skipSCC()