Searched refs:first_use (Results 1 – 4 of 4) sorted by relevance
269 Operation *first_use = nullptr; in find_first_use_in_block() local273 if (first_use == nullptr || ancestor_op->isBeforeInBlock(first_use)) in find_first_use_in_block()274 first_use = ancestor_op; in find_first_use_in_block()276 return first_use; in find_first_use_in_block()
98 int first_use; /* instruction id of first use (scope begin) */ member278 sorted[ptr].key = regs[idx].first_use; in sort_registers()284 sorted[ptr].key = -regs[idx].first_use; in sort_registers()349 if (mode_inputs ? (inout->last_use <= temp->first_use) in assign_inouts_to_temporaries()350 : (inout->first_use >= temp->last_use)) { in assign_inouts_to_temporaries()547 c->decl[idx].first_use = c->decl[idx].last_use = -1; in etna_compile_pass_check_usage()596 if (reg_desc->first_use == -1) in etna_compile_pass_check_usage()597 reg_desc->first_use = inst_idx; in etna_compile_pass_check_usage()607 if (reg_desc->first_use == -1) in etna_compile_pass_check_usage()608 reg_desc->first_use = inst_idx; in etna_compile_pass_check_usage()[all …]
160 def make_llvm_args(first_use, num_uses): argument
1557 auto first_use = absl::c_min_element(uses, use_schedule_compare); in AllocateCrossProgramPrefetchBuffer() local1558 int64 latest_prefetch_time = instruction_schedule.at(first_use->instruction); in AllocateCrossProgramPrefetchBuffer()