Home | History | Annotate | Download | only in compiler

Lines Matching refs:TRACE

45 #define TRACE(...)                       \
70 TRACE("OsrDuplication #%zu, depth %zu, header #%d:%s\n", copies.size(),
83 TRACE(" ---- #%d:%s -> dead (header)\n", node->id(),
114 TRACE(" copy #%d:%s -> #%d\n", orig->id(), orig->op()->mnemonic(),
143 TRACE("Gathering backedges...\n");
154 TRACE(" edge @%d #%d:%s, incoming depth %zu\n", i, control->id(),
168 TRACE(" node #%d:%s(@%d) = #%d:%s\n", node->id(),
183 TRACE(" header #%d:%s(0) => #%d:%s\n", copy->id(),
218 TRACE(" header #%d:%s(0) => #%d:%s(", copy->id(),
221 if (i > 0) TRACE(", ");
223 TRACE("#%d:%s", input->id(), input->op()->mnemonic());
225 TRACE(")\n");
234 TRACE("Killing outer loop headers...\n");
239 TRACE(" ---- #%d:%s\n", loop_header->id(), loop_header->op()->mnemonic());