Searched refs:ra_state (Results 1 – 5 of 5) sorted by relevance
99 struct BufferState* ra_state = GetBufferState(); in CommitMerge() local100 ra_state->read_ahead_state = kCowReadAheadInProgress; in CommitMerge()138 struct BufferState* ra_state = GetBufferState(); in PrepareReadAhead() local140 if (ra_state->read_ahead_state == kCowReadAheadDone) { in PrepareReadAhead()419 struct BufferState* ra_state = in GetBufferState() local421 return ra_state; in GetBufferState()
237 struct BufferState* ra_state = GetBufferState(); in ReadAheadIOCompleted() local238 ra_state->read_ahead_state = kCowReadAheadDone; in ReadAheadIOCompleted()
439 struct BufferState* ra_state = in ReadSnapshotAndValidateOverlappingBlocks() local441 if (ra_state->read_ahead_state == kCowReadAheadDone) { in ReadSnapshotAndValidateOverlappingBlocks()
262 const struct rc_regalloc_state *ra_state = s->C->regalloc_state; in do_advanced_regalloc() local276 class_index = variable_get_class(var_ptr->Item, ra_state->class_list); in do_advanced_regalloc()277 node_classes[node_index] = ra_state->classes[class_index]; in do_advanced_regalloc()307 graph = ra_alloc_interference_graph(ra_state->regs, in do_advanced_regalloc()
637 const struct rc_regalloc_state *ra_state = c->regalloc_state; in allocate_temporary_registers() local662 node_classes[node_index] = ra_state->classes[class_index]; in allocate_temporary_registers()665 graph = ra_alloc_interference_graph(ra_state->regs, node_count); in allocate_temporary_registers()