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

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddse.cc2508 bool const_call;
2518 const_call = RTL_CONST_CALL_P (insn);
2519 if (!const_call
2528 if (const_call || memset_call)
2535 const_call ? "const" : "memset", INSN_UID (insn));
2506 bool const_call; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddse.c2506 bool const_call;
2516 const_call = RTL_CONST_CALL_P (insn);
2517 if (!const_call
2526 if (const_call || memset_call)
2533 const_call ? "const" : "memset", INSN_UID (insn));
2504 bool const_call; local

Completed in 300 milliseconds