Lines Matching refs:after
13 * - after alloca();
54 static void add_stack_tracking_gcall(gimple_stmt_iterator *gsi, bool after)
64 if (after)
115 static void add_stack_tracking_gasm(gimple_stmt_iterator *gsi, bool after)
131 * call is inserted after the prologue of the containing function,
136 add_stack_tracking_gcall(gsi, after);
145 if (after)
152 static void add_stack_tracking(gimple_stmt_iterator *gsi, bool after)
163 add_stack_tracking_gasm(gsi, after);
165 add_stack_tracking_gcall(gsi, after);
170 * stackleak_track_stack() call after alloca() and into the beginning
210 /* Insert stackleak_track_stack() call after alloca() */
518 * after the plugin is loaded. This function is responsible for registering