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

References

lib/Transforms/IPO/SampleProfile.cpp
 1605   if (getFunctionLoc(F) == 0)
 1609                     << F.getName() << ": " << getFunctionLoc(F) << "\n");
 1609                     << F.getName() << ": " << getFunctionLoc(F) << "\n");
 1612   Changed |= inlineHotFunctions(F, InlinedGUIDs);
 1615   Changed |= computeBlockWeights(F);
 1623     F.setEntryCount(
 1628     computeDominanceAndLoopInfo(F);
 1631     findEquivalenceClasses(F);
 1634     propagateWeights(F);
 1643       F.getContext().diagnose(DiagnosticInfoSampleProfile(
 1644           F.getSubprogram()->getFilename(), getFunctionLoc(F),
 1644           F.getSubprogram()->getFilename(), getFunctionLoc(F),
 1656       F.getContext().diagnose(DiagnosticInfoSampleProfile(
 1657           F.getSubprogram()->getFilename(), getFunctionLoc(F),
 1657           F.getSubprogram()->getFilename(), getFunctionLoc(F),