Home | History | Annotate | Download | only in compiler

Lines Matching refs:TRACE

13 #define TRACE(...)                                \
35 TRACE(" xx %d\n", from.ToInt());
38 TRACE(" fw %d -> %d (recurse)\n", from.ToInt(), to.ToInt());
43 TRACE(" fw %d -> %d (cycle)\n", from.ToInt(), to.ToInt());
47 TRACE(" fw %d -> %d (forward)\n", from.ToInt(), to.ToInt());
74 TRACE("jt [%d] B%d\n", static_cast<int>(stack.size()),
82 TRACE(" parallel move\n");
86 TRACE(" flags\n");
90 TRACE(" nop\n");
94 TRACE(" jmp\n");
108 TRACE(" other\n");
129 TRACE("B%d ", i);
132 TRACE("-> B%d\n", to);
134 TRACE("\n");
164 TRACE("jt-fw nop @%d\n", i);