Home
last modified time | relevance | path

Searched defs:DisplayChar (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DTimelineView.h155 struct DisplayChar { struct
156 static const char Dispatched = 'D';
157 static const char Executed = 'E';
158 static const char Retired = 'R';
159 static const char Waiting = '='; // Instruction is waiting in the scheduler.
160 static const char Executing = 'e';
161 static const char RetireLag = '-'; // The instruction is waiting to retire.