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

  /src/external/mit/isl/dist/
isl_tarjan.h 8 * on_stack indicates whether the node is currently on the stack.
13 int on_stack; member in struct:isl_tarjan_node
  /src/external/gpl3/gcc/dist/gcc/
ipa-utils.h 31 bool on_stack; member in struct:ipa_dfs_info
ipa-cp.h 102 bool on_stack = false; member in class:ipcp_value
tree-vect-slp.cc 9641 bool on_stack; member in struct:slp_scc_info
9663 info->on_stack = false;
9668 info->on_stack = true;
9687 else if (child_info->on_stack)
9699 info->on_stack = false;
9734 else if (scc_info.get (child)->on_stack)
9753 scc_info.get (entry)->on_stack = false;
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-utils.h 31 bool on_stack; member in struct:ipa_dfs_info
ipa-cp.cc 213 bool on_stack = false; member in class:ipcp_value
3746 cur_val->on_stack = true;
3757 else if (src->val->on_stack
3770 v->on_stack = false;
tree-vect-slp.cc 7610 bool on_stack; member in struct:slp_scc_info
7632 info->on_stack = false;
7637 info->on_stack = true;
7656 else if (child_info->on_stack)
7668 info->on_stack = false;
7703 else if (scc_info.get (child)->on_stack)
7722 scc_info.get (entry)->on_stack = false;
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_report.cpp 399 bool on_stack = false; local
404 on_stack = true;
447 if (!on_stack && candidate && candidate_distance <= kCloseCandidateDistance) {

Completed in 44 milliseconds