PandA-2024.02
|
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <assert.h>
#include "bfs.h"
Go to the source code of this file.
Macros | |
#define | A 57 |
#define | B 19 |
#define | C 19 |
#define | D 5 |
Functions | |
int | main (int argc, char **argv) |
#define A 57 |
Definition at line 13 of file generate.c.
Referenced by __attribute__(), weak_dominance::calculate_weak_dominance_info(), fillVal(), fixedpt_cstr(), fixedpt_sqrt(), init_array(), BBCdgComputation::InternalExec(), main(), print_array(), eSSA::renameUses(), and sha_transform().
#define B 19 |
Definition at line 14 of file generate.c.
Referenced by __attribute__(), weak_dominance::calculate_weak_dominance_info(), fixedpt_mul(), init_array(), Bit_Value::initialize(), OrderedBasicBlock::instComesBefore(), BBCdgComputation::InternalExec(), extract_patterns::InternalExec(), rebuild_initialization::InternalExec(), NI_SSA_liveness::InternalExec(), CSE::InternalExec(), rebuild_initialization2::look_for_ROMs(), main(), Bit_Value_opt::optimize(), print_array(), eSSA::renameUses(), and sha_transform().
#define C 19 |
Definition at line 15 of file generate.c.
Referenced by __attribute__(), chi(), init_array(), cdfc_module_binding::InternalExec(), kernel_template(), main(), boost::maxclique_dsatur_coloring_helper< VertexListGraph, ColorMap, size_type, SET_container >::MaxCliqueRec(), print_array(), sha_transform(), and theta().
#define D 5 |
Definition at line 16 of file generate.c.
Referenced by __attribute__(), init_array(), main(), print_array(), sha_transform(), network_flow::successive_shortest_path_algorithm(), and theta().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 28 of file generate.c.
References A, B, C, bench_args_t::c, prng_rand_t::c, data_to_input(), edge_t_struct::dst, node_t_struct::edge_begin, node_t_struct::edge_end, bench_args_t::edges, N_EDGES, N_NODES, bench_args_t::nodes, prng_rand(), prng_srand(), SCALE, and bench_args_t::starting_node.