reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/LLVMContext.h
  301   OptPassGate &getOptPassGate() const;

References

lib/Analysis/CallGraphSCCPass.cpp
  704       SCC.getCallGraph().getModule().getContext().getOptPassGate();
lib/Analysis/LoopPass.cpp
  398   OptPassGate &Gate = F->getContext().getOptPassGate();
lib/Analysis/RegionPass.cpp
  287   OptPassGate &Gate = F.getContext().getOptPassGate();
lib/IR/Pass.cpp
   63   OptPassGate &Gate = M.getContext().getOptPassGate();
  167   OptPassGate &Gate = F.getContext().getOptPassGate();
  207   OptPassGate &Gate = F->getContext().getOptPassGate();