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

  /src/external/gpl3/gcc/dist/gcc/
asan.cc 728 tree last_alloca = get_last_alloca_addr (); local
730 g = gimple_build_call (fn, 2, last_alloca, restored_stack);
732 g = gimple_build_assign (last_alloca, restored_stack);
848 tree last_alloca = get_last_alloca_addr (); local
939 /* Save new_alloca_with_rz value into last_alloca to use it during
941 g = gimple_build_assign (last_alloca, new_alloca_with_rz);
  /src/external/gpl3/gcc.old/dist/gcc/
asan.cc 688 tree last_alloca = get_last_alloca_addr (); local
690 g = gimple_build_call (fn, 2, last_alloca, restored_stack);
692 g = gimple_build_assign (last_alloca, restored_stack);
808 tree last_alloca = get_last_alloca_addr (); local
899 /* Save new_alloca_with_rz value into last_alloca to use it during
901 g = gimple_build_assign (last_alloca, new_alloca_with_rz);

Completed in 18 milliseconds