Displaying 2 results from an estimated 2 matches for "comstate".
Did you mean:
domstate
2012 Nov 29
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
I have a new problem: Register RBP is used in a function foo. (I am not
allocating RBP to any virtual register, the instances of RBP in function
foo are in the machine code when my register allocator starts.)
Function foo calls function bar. Register RBP is not saved across the
call, though it is live after the call. Function bar includes a virtual
register. The code that I'm using to
2012 Dec 01
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...f( union dfaacc_union ) );
if ( nultrans )
nultrans =
(int *) reallocate_array( (void *) nultrans, current_max_dfas, sizeof( int ) );
}
void ntod()
{
int *accset, ds, nacc, newds;
int sym, hashval, numstates, dsize;
int num_full_table_rows;
int *nset, *dset;
int targptr, totaltrans, i, comstate, comfreq, targ;
int symlist[256 + 1];
int num_start_states;
int todo_head, todo_next;
int duplist[256 + 1], state[256 + 1];
int targfreq[256 + 1], targstate[256 + 1];
accset = (int *) allocate_array( num_rules + 1, sizeof( int ) );
nset = (int *) allocate_array( current_max_dfa_size, sizeof(...