Home
last modified time | relevance | path

Searched refs:const_call (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddse.c2504 bool const_call; in scan_insn() local
2514 const_call = RTL_CONST_CALL_P (insn); in scan_insn()
2515 if (!const_call in scan_insn()
2524 if (const_call || memset_call) in scan_insn()
2531 const_call ? "const" : "memset", INSN_UID (insn)); in scan_insn()