HomeSort by: relevance | last modified time | path
    Searched defs:call_to_insert (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
asan.cc 4226 gimple *call_to_insert = call; local
4242 if (call_to_insert == NULL)
4243 call_to_insert = gimple_copy (call);
4245 gsi_insert_seq_on_edge (e, call_to_insert);
4247 call_to_insert = NULL;
  /src/external/gpl3/gcc.old/dist/gcc/
asan.cc 4170 gimple *call_to_insert = call; local
4186 if (call_to_insert == NULL)
4187 call_to_insert = gimple_copy (call);
4189 gsi_insert_seq_on_edge (e, call_to_insert);
4191 call_to_insert = NULL;

Completed in 20 milliseconds