Lines Matching defs:start
91 bi_block_offset(bi_context *ctx, bi_clause *start, bi_block *target)
98 bool forwards = target->index > start->block->index;
101 /* We have to jump through this block from the start of this
103 bi_foreach_clause_in_block_from(start->block, clause, start) {
109 bi_foreach_block_from(ctx, start->block, blk) {
111 if (blk == start->block)
124 /* We start at the beginning of the clause but have to jump
126 bi_foreach_clause_in_block_from_rev(start->block, clause, start) {
127 if (clause == start)
136 bi_foreach_block_from_rev(ctx, start->block, blk) {
137 if (blk == start->block)