Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-modref.cc2343 callee_to_caller_flags (int call_flags, bool ignore_stores, in callee_to_caller_flags() argument
2348 call_flags |= EAF_NOT_RETURNED_DIRECTLY in callee_to_caller_flags()
2350 if (!ignore_stores && !(call_flags & EAF_UNUSED)) in callee_to_caller_flags()
2355 if (!(call_flags & EAF_NO_DIRECT_ESCAPE)) in callee_to_caller_flags()
2357 else if (!(call_flags & EAF_NO_INDIRECT_ESCAPE)) in callee_to_caller_flags()
2365 call_flags |= ignore_stores_eaf_flags; in callee_to_caller_flags()
2366 return call_flags; in callee_to_caller_flags()
2485 int call_flags = gimple_call_retslot_flags (call); in analyze_ssa_name() local
2505 if (!(call_flags & (EAF_NOT_RETURNED_DIRECTLY in analyze_ssa_name()
2509 (call_flags & (EAF_NOT_RETURNED_INDIRECTLY in analyze_ssa_name()
[all …]
Dtree-ssa-operands.cc688 int call_flags = gimple_call_flags (stmt); in maybe_add_call_vops() local
693 if (!(call_flags & ECF_NOVOPS)) in maybe_add_call_vops()
696 if (!(call_flags & (ECF_PURE | ECF_CONST))) in maybe_add_call_vops()
698 else if (!(call_flags & ECF_CONST)) in maybe_add_call_vops()
Dtree-cfg.cc8553 int call_flags = 0; in stmt_can_terminate_bb_p() local
8570 call_flags = gimple_call_flags (t); in stmt_can_terminate_bb_p()
8576 && (call_flags & ECF_NOTHROW) in stmt_can_terminate_bb_p()
8577 && !(call_flags & ECF_RETURNS_TWICE) in stmt_can_terminate_bb_p()
8591 if (call_flags & (ECF_PURE | ECF_CONST) in stmt_can_terminate_bb_p()
8592 && !(call_flags & ECF_LOOPING_CONST_OR_PURE)) in stmt_can_terminate_bb_p()
8598 if (!(call_flags & ECF_NORETURN)) in stmt_can_terminate_bb_p()