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

Declarations

include/llvm/Transforms/IPO/HotColdSplitting.h
   41   bool run(Module &M);

References

lib/Transforms/IPO/HotColdSplitting.cpp
  690   return HotColdSplitting(PSI, GBFI, GTTI, &GetORE, LookupAC).run(M);
  719   if (HotColdSplitting(PSI, GBFI, GTTI, &GetORE, LookupAC).run(M))