Home | History | Annotate | Download | only in compiler

Lines Matching refs:TRACE

31 // Macro for outputting trace information from representation inference.
32 #define TRACE(...) \
310 TRACE("--{Type propagation phase}--\n");
341 TRACE(" visit #%d: %s\n", node->id(), node->op()->mnemonic());
343 TRACE(" ==> output ");
345 TRACE("\n");
363 TRACE(" visit #%d: %s\n", node->id(), node->op()->mnemonic());
365 TRACE(" ==> output ");
367 TRACE("\n");
560 TRACE("--{Propagation phase}--\n");
569 TRACE(" visit #%d: %s (trunc: %s)\n", node->id(), node->op()->mnemonic(),
581 TRACE("--{Simplified lowering phase}--\n");
587 TRACE(" visit #%d: %s\n", node->id(), node->op()->mnemonic());
634 TRACE(" initial #%i: ", node->id());
639 TRACE(" queue #%i?: ", node->id());
646 TRACE(" added: ");
648 TRACE(" inqueue: ");
726 TRACE(" change: #%d:%s(@%d #%d:%s) ", node->id(), node->op()->mnemonic(),
728 TRACE(" from ");
730 TRACE(" to ");
732 TRACE("\n");
2719 TRACE("defer replacement #%d:%s with #%d:%s\n", node->id(),
2739 TRACE("killing #%d:%s\n", node->id(), node->op()->mnemonic());