Searched refs:peekAllocationId (Results 1 – 8 of 8) sorted by relevance
44 : current_block(program->blocks.size() - 1), uses(program->peekAllocationId()) in dce_ctx()
66 ctx.renames.resize(program->peekAllocationId()); in reindex_program()
1057 ctx.mv.depends_on.resize(program->peekAllocationId()); in schedule_program()1058 ctx.mv.RAR_dependencies.resize(program->peekAllocationId()); in schedule_program()1059 ctx.mv.RAR_dependencies_clause.resize(program->peekAllocationId()); in schedule_program()
464 ctx->first_temp_id = ctx->program->peekAllocationId(); in init_context()
91 : program(program_), assignments(program->peekAllocationId()), in ra_ctx()831 assert(ctx.assignments.size() == ctx.program->peekAllocationId()); in update_renames()2186 assert(ctx.assignments.size() == ctx.program->peekAllocationId()); in handle_live_in()
1001 std::vector<Assignment> assignments(program->peekAllocationId()); in validate_ra()
2146 uint32_t peekAllocationId() { return allocationID; } in peekAllocationId() function
4792 std::vector<ssa_info> info(program->peekAllocationId()); in optimize()