HomeSort by: relevance | last modified time | path
    Searched defs:is_sibcall (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.cc 6316 unsigned int is_sibcall : 1; /* Is this a sibling or normal call? */
6612 if (! flags.is_sibcall && ! rws_insn_test (REG_AR_CFM))
6979 flags.is_sibcall = SIBLING_CALL_P (insn);
6303 unsigned int is_sibcall : 1; \/* Is this a sibling or normal call? *\/ member in struct:reg_flags
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.cc 6305 unsigned int is_sibcall : 1; /* Is this a sibling or normal call? */
6601 if (! flags.is_sibcall && ! rws_insn_test (REG_AR_CFM))
6968 flags.is_sibcall = SIBLING_CALL_P (insn);
6292 unsigned int is_sibcall : 1; \/* Is this a sibling or normal call? *\/ member in struct:reg_flags

Completed in 35 milliseconds