Searched refs:first_reuse (Results 1 – 1 of 1) sorted by relevance
209 Operation *first_reuse = find_first_use_in_block(new_buffer, block); in find_reuse_candiates() local210 assert((first_reuse == nullptr || first_reuse->getBlock() == block) && in find_reuse_candiates()226 if (first_reuse == nullptr) { in find_reuse_candiates()245 if (first_reuse->isBeforeInBlock(last_use)) { in find_reuse_candiates()249 if (first_reuse == last_use && in find_reuse_candiates()250 !can_reuse_locally(first_reuse, old_buffer_alias, new_buffer)) { in find_reuse_candiates()