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

References

lib/Transforms/IPO/HotColdSplitting.cpp
  643     if (F.isDeclaration())
  647     if (F.hasOptNone())
  651     if (isFunctionCold(F)) {
  652       Changed |= markFunctionCold(F);
  656     if (!shouldOutlineFrom(F)) {
  657       LLVM_DEBUG(llvm::dbgs() << "Skipping " << F.getName() << "\n");
  661     LLVM_DEBUG(llvm::dbgs() << "Outlining in " << F.getName() << "\n");
  662     Changed |= outlineColdRegions(F, HasProfileSummary);