Searched refs:constant_arrays_needed_on_stack (Results 1 – 3 of 3) sorted by relevance
967 SmallVector<ID> constant_arrays_needed_on_stack; member
13816 sort(begin(func.constant_arrays_needed_on_stack), end(func.constant_arrays_needed_on_stack)); in emit_function()13817 for (auto &array : func.constant_arrays_needed_on_stack) in emit_function()
10182 auto &constants = current_function->constant_arrays_needed_on_stack; in to_func_call_arg()