Searched refs:get_component_ssa_name (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dtree-complex.c440 get_component_ssa_name (tree ssa_name, bool imag_p) function
531 comp = get_component_ssa_name (ssa_name, imag_p);
579 return get_component_ssa_name (t, imagpart_p);
678 lr = get_component_ssa_name (PHI_RESULT (phi), false);
685 li = get_component_ssa_name (PHI_RESULT (phi), true);

Completed in 117 milliseconds