HomeSort by: relevance | last modified time | path
    Searched refs:set_const (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
cgraph.cc 2744 set_const_flag_1 (cgraph_node *node, bool set_const, bool looping,
2749 if (set_const && !looping)
2762 if (!set_const)
2828 if (!set_const || alias->get_availability () > AVAIL_INTERPOSABLE)
2829 set_const_flag_1 (alias, set_const, looping, changed);
2833 set_const_flag_1 (n, set_const, looping, changed);
2836 && (!set_const || e->caller->get_availability () > AVAIL_INTERPOSABLE))
2840 if (set_const
2845 set_const_flag_1 (e->caller, set_const, looping, changed);
2849 /* If SET_CONST is true, mark function, aliases and thunks to be ECF_CONST
    [all...]
cgraph.h 1178 /* If SET_CONST is true, mark function, aliases and thunks to be ECF_CONST.
1179 If SET_CONST if false, clear the flag.
1187 bool set_const_flag (bool set_const, bool looping);
  /src/external/gpl3/gcc.old/dist/gcc/
cgraph.cc 2690 set_const_flag_1 (cgraph_node *node, bool set_const, bool looping,
2695 if (set_const && !looping)
2708 if (!set_const)
2774 if (!set_const || alias->get_availability () > AVAIL_INTERPOSABLE)
2775 set_const_flag_1 (alias, set_const, looping, changed);
2779 && (!set_const || e->caller->get_availability () > AVAIL_INTERPOSABLE))
2783 if (set_const
2788 set_const_flag_1 (e->caller, set_const, looping, changed);
2792 /* If SET_CONST is true, mark function, aliases and thunks to be ECF_CONST.
2793 If SET_CONST if false, clear the flag
    [all...]
cgraph.h 1183 /* If SET_CONST is true, mark function, aliases and thunks to be ECF_CONST.
1184 If SET_CONST if false, clear the flag.
1192 bool set_const_flag (bool set_const, bool looping);
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeSPARC_common.c 1442 set_const(const_, compiler);
sljitLir.c 654 static SLJIT_INLINE void set_const(struct sljit_const *const_, struct sljit_compiler *compiler) function
sljitNativeARM_32.c 2279 set_const(const_, compiler);
sljitNativeARM_64.c 2036 set_const(const_, compiler);
sljitNativeARM_T2_32.c 1901 set_const(const_, compiler);
sljitNativeMIPS_common.c 1993 set_const(const_, compiler);
sljitNativePPC_common.c 2385 set_const(const_, compiler);
sljitNativeTILEGX_64.c 2520 set_const(const_, compiler);
sljitNativeX86_common.c 2828 set_const(const_, compiler);

Completed in 93 milliseconds