enum MachineTraceMetrics::Strategy

Description

Strategies for selecting traces.

Declared at: llvm/include/llvm/CodeGen/MachineTraceMetrics.h:377

Enumerators

NameValueComment
TS_MinInstrCount0Select the trace through a block that has the fewest instructions.
TS_NumStrategies1Select the trace through a block that has the fewest instructions.