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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-operands.cc 688 int call_flags = gimple_call_flags (stmt); local
693 if (!(call_flags & ECF_NOVOPS))
696 if (!(call_flags & (ECF_PURE | ECF_CONST)))
698 else if (!(call_flags & ECF_CONST))
ipa-modref.cc 2346 /* CALL_FLAGS are EAF_FLAGS of the argument. Turn them
2351 callee_to_caller_flags (int call_flags, bool ignore_stores,
2354 /* call_flags is about callee returning a value
2356 call_flags |= EAF_NOT_RETURNED_DIRECTLY
2358 if (!ignore_stores && !(call_flags & EAF_UNUSED))
2363 if (!(call_flags & EAF_NO_DIRECT_ESCAPE))
2365 else if (!(call_flags & EAF_NO_INDIRECT_ESCAPE))
2373 call_flags |= ignore_stores_eaf_flags;
2374 return call_flags;
2493 int call_flags = gimple_call_retslot_flags (call) local
2530 int call_flags = gimple_call_static_chain_flags (call); local
2553 int call_flags = gimple_call_arg_flags (call, i); local
2576 int call_flags = deref_flags local
    [all...]
tree-cfg.cc 8816 int call_flags = 0; local
8833 call_flags = gimple_call_flags (t);
8839 && (call_flags & ECF_NOTHROW)
8840 && !(call_flags & ECF_RETURNS_TWICE)
8854 if (call_flags & (ECF_PURE | ECF_CONST)
8855 && !(call_flags & ECF_LOOPING_CONST_OR_PURE))
8861 if (!(call_flags & ECF_NORETURN))
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-operands.cc 688 int call_flags = gimple_call_flags (stmt); local
693 if (!(call_flags & ECF_NOVOPS))
696 if (!(call_flags & (ECF_PURE | ECF_CONST)))
698 else if (!(call_flags & ECF_CONST))
ipa-modref.cc 2343 /* CALL_FLAGS are EAF_FLAGS of the argument. Turn them
2348 callee_to_caller_flags (int call_flags, bool ignore_stores,
2351 /* call_flags is about callee returning a value
2353 call_flags |= EAF_NOT_RETURNED_DIRECTLY
2355 if (!ignore_stores && !(call_flags & EAF_UNUSED))
2360 if (!(call_flags & EAF_NO_DIRECT_ESCAPE))
2362 else if (!(call_flags & EAF_NO_INDIRECT_ESCAPE))
2370 call_flags |= ignore_stores_eaf_flags;
2371 return call_flags;
2490 int call_flags = gimple_call_retslot_flags (call) local
2527 int call_flags = gimple_call_static_chain_flags (call); local
2550 int call_flags = gimple_call_arg_flags (call, i); local
2573 int call_flags = deref_flags local
    [all...]
tree-cfg.cc 8553 int call_flags = 0; local
8570 call_flags = gimple_call_flags (t);
8576 && (call_flags & ECF_NOTHROW)
8577 && !(call_flags & ECF_RETURNS_TWICE)
8591 if (call_flags & (ECF_PURE | ECF_CONST)
8592 && !(call_flags & ECF_LOOPING_CONST_OR_PURE))
8598 if (!(call_flags & ECF_NORETURN))

Completed in 51 milliseconds