Searched refs:rc_get_max_index (Results 1 – 3 of 3) sorted by relevance
97 int rc_get_max_index(
762 s.NumInputs = rc_get_max_index(cc, RC_FILE_INPUT) + 1; in rc_pair_regalloc()767 s.NumTemporaries = rc_get_max_index(cc, RC_FILE_TEMPORARY) + 1; in rc_pair_regalloc()
531 int rc_get_max_index( in rc_get_max_index() function