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

Declarations

include/llvm/InitializePasses.h
   82 void initializeBlockFrequencyInfoWrapperPassPass(PassRegistry&);

References

lib/Analysis/Analysis.cpp
   25   initializeBlockFrequencyInfoWrapperPassPass(Registry);
lib/Analysis/BlockFrequencyInfo.cpp
  300   initializeBlockFrequencyInfoWrapperPassPass(*PassRegistry::getPassRegistry());
lib/Analysis/ModuleSummaryAnalysis.cpp
  845 INITIALIZE_PASS_DEPENDENCY(BlockFrequencyInfoWrapperPass)
lib/Transforms/IPO/GlobalOpt.cpp
 3039 INITIALIZE_PASS_DEPENDENCY(BlockFrequencyInfoWrapperPass)
lib/Transforms/IPO/HotColdSplitting.cpp
  728 INITIALIZE_PASS_DEPENDENCY(BlockFrequencyInfoWrapperPass)
lib/Transforms/Instrumentation/ControlHeightReduction.cpp
  129 INITIALIZE_PASS_DEPENDENCY(BlockFrequencyInfoWrapperPass)
lib/Transforms/Instrumentation/PGOInstrumentation.cpp
  436 INITIALIZE_PASS_DEPENDENCY(BlockFrequencyInfoWrapperPass)
  449 INITIALIZE_PASS_DEPENDENCY(BlockFrequencyInfoWrapperPass)
lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp
  125 INITIALIZE_PASS_DEPENDENCY(BlockFrequencyInfoWrapperPass)
lib/Transforms/Scalar/ConstantHoisting.cpp
  130 INITIALIZE_PASS_DEPENDENCY(BlockFrequencyInfoWrapperPass)
lib/Transforms/Scalar/LoopSink.cpp
  381 INITIALIZE_PASS_DEPENDENCY(BlockFrequencyInfoWrapperPass)
lib/Transforms/Vectorize/LoopVectorize.cpp
 6330 INITIALIZE_PASS_DEPENDENCY(BlockFrequencyInfoWrapperPass)