19 lines
No EOL
329 B
C#
19 lines
No EOL
329 B
C#
namespace ARMeilleure.Diagnostics
|
|
{
|
|
enum PassName
|
|
{
|
|
Decoding,
|
|
Translation,
|
|
RegisterUsage,
|
|
TailMerge,
|
|
Dominance,
|
|
SsaConstruction,
|
|
RegisterToLocal,
|
|
Optimization,
|
|
PreAllocation,
|
|
RegisterAllocation,
|
|
CodeGeneration,
|
|
|
|
Count
|
|
}
|
|
} |