Lines Matching full:marks
33 * - read and write marks accumulation;
34 * - read and write marks propagation.
72 * read and write marks are already recorded by the analysis instance.
80 * set of "may_read", "must_write" and other marks accumulated for this
104 * Encapsulates read and write marks for each instruction in the function.
105 * Marks are tracked for each frame in the callchain.
131 * Below fields are used to accumulate stack write marks for instruction at
132 * @write_insn_idx before submitting the marks to @cur_instance.
396 * Merge stack writes marks in @env->liveness->write_masks_acc
513 * Transfer @may_read and @must_write_acc marks from the first instruction of @instance,
592 /* Fixed-point computation of @live_before and @must_write_acc marks */
605 * If must_write marks were updated must_write_acc needs to be reset in update_instance()
641 /* transfer marks accumulated for outer frames to outer func instance (caller) */ in update_instance()