Lines Matching refs:target
837 bi_block *target = I->branch_target;
838 assert(target != NULL);
843 /* Determine if the target block is strictly greater in source order */
844 bool forwards = target->index > start->index;
852 /* We then need to jump over every following block until the target */
854 /* End just before the target */
855 if (blk == target)
869 /* Jump over preceding blocks up to and including the target to get to
870 * the beginning of the target */
877 /* End just after the target */
878 if (blk == target)