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

Declarations

include/llvm/CodeGen/GlobalISel/CSEInfo.h
  210   GISelCSEInfo &get(std::unique_ptr<CSEConfigBase> CSEOpt,

References

lib/CodeGen/GlobalISel/IRTranslator.cpp
 2229     CSEInfo = &Wrapper.get(TPC->getCSEConfig());
lib/CodeGen/GlobalISel/Legalizer.cpp
  188     CSEInfo = &Wrapper.get(TPC.getCSEConfig());