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

Declarations

include/llvm/InitializePasses.h
  207 void initializeGISelCSEAnalysisWrapperPassPass(PassRegistry &);

References

include/llvm/CodeGen/GlobalISel/CSEInfo.h
  224     initializeGISelCSEAnalysisWrapperPassPass(*PassRegistry::getPassRegistry());
lib/CodeGen/GlobalISel/IRTranslator.cpp
   91 INITIALIZE_PASS_DEPENDENCY(GISelCSEAnalysisWrapperPass)
lib/CodeGen/GlobalISel/Legalizer.cpp
   48 INITIALIZE_PASS_DEPENDENCY(GISelCSEAnalysisWrapperPass)