Searched refs:promoted (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dauto-profile.c117 if an indirect callsite is promoted and inlined in the profiling run.
119 einline will inline the promoted callsite in the next iteration.
151 /* Set of gimple stmts. Used to track if the stmt has already been promoted
797 /* Program behavior changed, original promoted (and inlined) target is not
800 To check if original promoted target is still hot, we check the total
802 than half of the callsite count (stored in INFO), the original promoted
1072 afdo_set_bb_count (basic_block bb, const stmt_set &promoted) argument
1092 && promoted.find (stmt) == promoted.end ())
1417 promoted stmt
[all...]
H A Dcfgexpand.c2699 the real output operand. Likewise for promoted variables. */
3433 bool promoted = false; local
3437 promoted = true;
3458 register first. If we store into a promoted register,
3460 temp = nontemporal || promoted ? NULL_RTX : target;
3466 else if (promoted)
/haiku-buildtools/gcc/gmp/demos/perl/
H A DGMP.pm597 promoted to a float at any stage, and then on the GMP module rules about

Completed in 144 milliseconds