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()
1054 ctx.mv.depends_on.resize(program->peekAllocationId()); in schedule_program()1055 ctx.mv.RAR_dependencies.resize(program->peekAllocationId()); in schedule_program()1056 ctx.mv.RAR_dependencies_clause.resize(program->peekAllocationId()); in schedule_program()
60 : program(program_), defined_in(program->peekAllocationId(), 0xFFFF), in wqm_ctx()61 needs_wqm(program->peekAllocationId()), branch_wqm(program->blocks.size()) in wqm_ctx()
449 ctx->first_temp_id = ctx->program->peekAllocationId(); in init_context()
84 : program(program_), assignments(program->peekAllocationId()), in ra_ctx()785 assert(ctx.assignments.size() == ctx.program->peekAllocationId()); in update_renames()2098 assert(ctx.assignments.size() == ctx.program->peekAllocationId()); in handle_live_in()
2101 uint32_t peekAllocationId() { return allocationID; } in peekAllocationId() function
3976 std::vector<ssa_info> info(program->peekAllocationId()); in optimize()