/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
tree-flow.h | 46 struct GTY(()) gimple_df { 97 #define FREE_SSANAMES(fun) (fun)->gimple_df->free_ssanames 98 #define SSANAMES(fun) (fun)->gimple_df->ssa_names 99 #define MODIFIED_NORETURN_CALLS(fun) (fun)->gimple_df->modified_noreturn_calls 100 #define DEFAULT_DEFS(fun) (fun)->gimple_df->default_defs 291 #define num_ssa_names (vec_safe_length (cfun->gimple_df->ssa_names)) 292 #define ssa_name(i) ((*cfun->gimple_df->ssa_names)[(i)])
|
tree-flow-inline.h | 34 return fun && fun->gimple_df && fun->gimple_df->in_ssa_p; 41 gcc_checking_assert (fun && fun->gimple_df); 42 return fun->gimple_df->vop; 1158 return &fun->gimple_df->ssa_operands; [all...] |
function.h | 165 struct gimple_df; 519 struct gimple_df *gimple_df; 518 struct gimple_df *gimple_df; variable in typeref:struct:gimple_df
|
gtype-desc.h | [all...] |
/external/llvm/test/CodeGen/X86/ |
2010-02-12-CoalescerBug-Impdef.ll | 59 %"struct function" = type { %"struct eh_status"*, %"struct control_flow_graph"*, %"struct gimple_seq_d"*, %"struct gimple_df"*, %"struct loops"*, %"struct htab"*, %"union tree_node"*, %"union tree_node"*, %"union tree_node"*, %"union tree_node"*, %"struct machine_function"*, %"struct language_function"*, %"struct htab"*, i32, i32, i32, i32, i32, i32, i8*, i8, i8, i8, i8 } 61 %"struct gimple_df" = type { %"struct htab"*, %"struct VEC_gimple_gc"*, %"struct VEC_tree_gc"*, %"union tree_node"*, %"struct pt_solution", %"struct pt_solution", %"struct pointer_map_t"*, %"union tree_node"*, %"struct htab"*, %"struct bitmap_head_def"*, i8, %"struct ssa_operands" }
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/ |
gtype.state | [all...] |