reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
310 OS.indent(Indent) << "Statistics {\n"; 311 OS.indent(Indent + 4) << "Instructions copied: " << NumInstructionsCopied 313 OS.indent(Indent + 4) << "Known loads forwarded: " << NumKnownLoadsForwarded 315 OS.indent(Indent + 4) << "Reloads: " << NumReloads << '\n'; 316 OS.indent(Indent + 4) << "Read-only accesses copied: " << NumReadOnlyCopied 318 OS.indent(Indent + 4) << "Operand trees forwarded: " << NumForwardedTrees 320 OS.indent(Indent + 4) << "Statements with forwarded operand trees: " 322 OS.indent(Indent) << "}\n";