Searched refs:Gate (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DPass.cpp63 OptPassGate &Gate = M.getContext().getOptPassGate(); local
64 return Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(M));
167 OptPassGate &Gate = F.getContext().getOptPassGate(); local
168 if (Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(F)))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionPass.cpp287 OptPassGate &Gate = F.getContext().getOptPassGate(); local
288 if (Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(R)))
H A DLoopPass.cpp399 OptPassGate &Gate = F->getContext().getOptPassGate();
400 if (Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(*L)))
H A DCallGraphSCCPass.cpp703 OptPassGate &Gate = local
705 return Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(SCC));

Completed in 118 milliseconds