Searched refs:peekAllocationId (Results 1 – 7 of 7) sorted by relevance
42 …tx(Program* program) : current_block(program->blocks.size() - 1), uses(program->peekAllocationId()) in dce_ctx()
898 ctx.mv.depends_on.resize(program->peekAllocationId()); in schedule_program()899 ctx.mv.RAR_dependencies.resize(program->peekAllocationId()); in schedule_program()900 ctx.mv.RAR_dependencies_clause.resize(program->peekAllocationId()); in schedule_program()
59 defined_in(program->peekAllocationId(), 0xFFFF), in wqm_ctx()60 needs_wqm(program->peekAllocationId()), in wqm_ctx()
81 assignments(program->peekAllocationId()), in ra_ctx()572 assert(ctx.assignments.size() == ctx.program->peekAllocationId()); in update_renames()1646 assert(ctx.assignments.size() == ctx.program->peekAllocationId()); in handle_live_in()
657 ctx->first_temp_id = ctx->program->peekAllocationId(); in init_context()
1684 uint32_t peekAllocationId() in peekAllocationId() function
3260 std::vector<ssa_info> info(program->peekAllocationId()); in optimize()