Home
last modified time | relevance | path

Searched refs:is_user (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/polly/lib/External/ppcg/
Dcuda.c603 int is_user; in print_host_user() local
616 is_user = !strcmp(isl_id_get_name(id), "user"); in print_host_user()
617 kernel = is_user ? NULL : isl_id_get_user(id); in print_host_user()
618 stmt = is_user ? isl_id_get_user(id) : NULL; in print_host_user()
621 if (is_user) in print_host_user()
/external/bcc/tools/
Dargdist.py137 if self.is_user:
208 self.is_user = len(self.library) > 0
350 if self.pid is not None and not self.is_user:
443 if self.is_user: