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

  /src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/
internals.h 67 // - If register R has been defined in the current EBB, LAST_ACCESS[R + 1]
71 // LAST_ACCESS[R + 1] is the nearest dominating definition.
73 // - Otherwise, LAST_ACCESS[R + 1] is null.
77 // - If the current EBB has defined memory, LAST_ACCESS[0] is the last
80 // - Otherwise LAST_ACCESS[0] is the value of memory that is live on
83 // The exception is that while building instructions, LAST_ACCESS[I]
85 auto_vec<access_info *> last_access; member in class:rtl_ssa::function_info::build_info
  /src/external/gpl3/gcc/dist/gcc/rtl-ssa/
internals.h 67 // - If register R has been defined in the current EBB, LAST_ACCESS[R + 1]
71 // LAST_ACCESS[R + 1] is the nearest dominating definition.
73 // - Otherwise, LAST_ACCESS[R + 1] is null.
77 // - If the current EBB has defined memory, LAST_ACCESS[0] is the last
80 // - Otherwise LAST_ACCESS[0] is the value of memory that is live on
83 // The exception is that while building instructions, LAST_ACCESS[I]
85 auto_vec<access_info *> last_access; member in class:rtl_ssa::function_info::build_info
  /src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
rbac.h 280 long last_access; member in struct:rbac_session
  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 11368 unsigned last_access = base_token + 1;
11370 while (last_access + 1 < addr_tokens.length ()
11371 && addr_tokens[last_access + 1]->type == ACCESS_METHOD)
11372 last_access++;
11379 = addr_tokens[last_access]->u.access_kind;
11406 use_base = addr_tokens[last_access]->expr;
11411 = build_fold_indirect_ref (addr_tokens[last_access]->expr);
11420 && DECL_P (addr_tokens[last_access]->expr)
11434 tree sdecl = addr_tokens[last_access]->expr;
11459 && addr_tokens[last_access]->u.access_kind != ACCESS_REF
11365 unsigned last_access = base_token + 1; local
    [all...]

Completed in 33 milliseconds