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

References

lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
  209   ICallPromotionFunc(const ICallPromotionFunc &) = delete;
  210   ICallPromotionFunc &operator=(const ICallPromotionFunc &) = delete;
  210   ICallPromotionFunc &operator=(const ICallPromotionFunc &) = delete;
  219 std::vector<ICallPromotionFunc::PromotionCandidate>
  410     ICallPromotionFunc ICallPromotion(F, &M, &Symtab, SamplePGO, *ORE);