Home
last modified time | relevance | path

Searched refs:DEBUG_PRINT (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/opcache/Optimizer/
H A Dscdf.c50 #define DEBUG_PRINT(...) fprintf(stderr, __VA_ARGS__)
52 #define DEBUG_PRINT(...) macro
63 DEBUG_PRINT("Marking edge %d->%d feasible\n", from, to); in scdf_mark_edge_feasible()
68 DEBUG_PRINT("Adding block %d to worklist\n", to); in scdf_mark_edge_feasible()
106 DEBUG_PRINT("Start SCDF solve (%s)\n", name); in scdf_solve()
146 DEBUG_PRINT("Pop block %d from worklist\n", i); in scdf_solve()

Completed in 7 milliseconds