search for: accset

Displaying 2 results from an estimated 2 matches for "accset".

Did you mean: accuset
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
...t ) { fprintf( backing_up_file, ("State #%d is non-accepting -\n"), ds ); dump_associated_rules( backing_up_file, ds ); dump_transitions( backing_up_file, state ); _IO_putc ('\n', backing_up_file); } } } void check_trailing_context( nfa_states, num_states, accset, nacc ) int *nfa_states, num_states; int *accset; int nacc; { register int i, j; for ( i = 1; i <= num_states; ++i ) { int ns = nfa_states[i]; register int type = state_type[ns]; register int ar = assoc_rule[ns]; if ( type == 0x1 || rule_type[ar] != 1 ) { } else if ( type ==...