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

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
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...]

Completed in 34 milliseconds