local_entropy 346 scripts/gcc-plugins/latent_entropy_plugin.c static void perturb_local_entropy(basic_block bb, tree local_entropy) local_entropy 354 scripts/gcc-plugins/latent_entropy_plugin.c assign = create_assign(op, local_entropy, local_entropy, rhs); local_entropy 361 scripts/gcc-plugins/latent_entropy_plugin.c tree local_entropy) local_entropy 379 scripts/gcc-plugins/latent_entropy_plugin.c assign = create_assign(op, temp, temp, local_entropy); local_entropy 389 scripts/gcc-plugins/latent_entropy_plugin.c static bool handle_tail_calls(basic_block bb, tree local_entropy) local_entropy 404 scripts/gcc-plugins/latent_entropy_plugin.c __perturb_latent_entropy(&gsi, local_entropy); local_entropy 411 scripts/gcc-plugins/latent_entropy_plugin.c static void perturb_latent_entropy(tree local_entropy) local_entropy 426 scripts/gcc-plugins/latent_entropy_plugin.c handle_tail_calls(e->src, local_entropy); local_entropy 430 scripts/gcc-plugins/latent_entropy_plugin.c if (!handle_tail_calls(last_bb, local_entropy)) { local_entropy 433 scripts/gcc-plugins/latent_entropy_plugin.c __perturb_latent_entropy(&gsi, local_entropy); local_entropy 437 scripts/gcc-plugins/latent_entropy_plugin.c static void init_local_entropy(basic_block bb, tree local_entropy) local_entropy 456 scripts/gcc-plugins/latent_entropy_plugin.c assign = gimple_build_assign(local_entropy, udi_frame_addr); local_entropy 471 scripts/gcc-plugins/latent_entropy_plugin.c assign = create_assign(BIT_XOR_EXPR, local_entropy, local_entropy, tmp); local_entropy 478 scripts/gcc-plugins/latent_entropy_plugin.c assign = create_assign(op, local_entropy, local_entropy, rand_const); local_entropy 510 scripts/gcc-plugins/latent_entropy_plugin.c tree local_entropy; local_entropy 525 scripts/gcc-plugins/latent_entropy_plugin.c local_entropy = create_var(long_unsigned_type_node, "local_entropy"); local_entropy 528 scripts/gcc-plugins/latent_entropy_plugin.c init_local_entropy(bb, local_entropy); local_entropy 537 scripts/gcc-plugins/latent_entropy_plugin.c perturb_local_entropy(bb, local_entropy); local_entropy 542 scripts/gcc-plugins/latent_entropy_plugin.c perturb_latent_entropy(local_entropy);