HomeSort by relevance Sort by last modified time
    Searched full:ssa_name (Results 1 - 22 of 22) sorted by null

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree-ssa-sccvn.h 149 /* Whether the SSA_NAME has been value numbered already. This is
151 once. It cannot be used to avoid visitation for SSA_NAME's
155 /* Whether the SSA_NAME has no defining statement and thus an
161 /* Return the value numbering info for an SSA_NAME. */
tree-flow-inline.h 323 if (!def || TREE_CODE (def) != SSA_NAME)
399 gcc_assert (TREE_CODE (var) == SSA_NAME);
640 for ssa_name is definitely simpler; don't let invalid contents
646 if (TREE_CODE (t) == SSA_NAME)
    [all...]
tree.h 565 BLOCK, SSA_NAME, STRING_CST
619 SSA_NAME
1893 union { gimple stmt; tree ssa_name; } GTY((skip(""))) loc; member in union:__anon12808
    [all...]
tree-flow.h 406 current version of this variable (an SSA_NAME). */
434 ssa_name node itself (named 'imm_uses'). This node is uniquely
436 pointing back to the ssa_name node itself. This node forms the
463 /* This marks the last use in the list (use node from SSA_NAME) */
467 /* This is the next ssa_name to visit. IMM_USE may get removed before
613 #define ssa_name(i) (VEC_index (tree, cfun->gimple_df->ssa_names, (i))) macro
    [all...]
tree-check.h 150 #define SSA_NAME_CHECK(t) TREE_CHECK (t, SSA_NAME)
tree.def     [all...]
gimple.h     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/info/
gccint.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/info/
gccint.info     [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/info/
gccint.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/
cc1 
cc1plus 
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/libexec/gcc/i686-unknown-linux-gnu/4.2.1/
cc1 
cc1plus 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/
cc1 
cc1plus 
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/
gccint.info     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/info/
gccint.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/info/
gccint.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/info/
gccint.info     [all...]
  /prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/
cc1 
cc1plus 

Completed in 887 milliseconds