Searched full:var_end (Results 1 – 4 of 4) sorted by relevance
228 uptr var_end = var.beg + var.size; in PrintAccessAndVarIntersection() local231 // If the variable [var.beg, var_end) is the nearest variable to the in PrintAccessAndVarIntersection()234 if (addr_end <= var_end) in PrintAccessAndVarIntersection()236 else if (addr < var_end) in PrintAccessAndVarIntersection()239 next_var_beg - addr_end >= addr - var_end) in PrintAccessAndVarIntersection()248 str.AppendF(" [%zd, %zd)", var.beg, var_end); in PrintAccessAndVarIntersection()
958 * definition), we must generate a VAR_END instruction. in bhnd_sprom_opcode_rewrite_opcode()965 /* Return VAR_END */ in bhnd_sprom_opcode_rewrite_opcode()1285 /* Iterate until VAR_END */ in bhnd_sprom_opcode_eval_var()
1420 # Emit an explicit VAR_END opcode for the last entry
539 o var.c: remove Var_End as it is now unnecessary