Searched refs:funcarg_size_scope (Results 1 - 1 of 1) sorted by relevance

/gem5/src/gpu-compute/
H A Dhsail_code.cc94 int funcarg_size_scope = 0; local
115 funcarg_size_scope += se->size;
153 funcarg_size_scope = 0;
162 funcarg_size = funcarg_size < funcarg_size_scope ?
163 funcarg_size_scope : funcarg_size;

Completed in 5 milliseconds