Searched refs:to_stack (Results 1 – 1 of 1) sorted by relevance
233 compatible_block_stack(int64_t from_stack, int64_t to_stack) in compatible_block_stack() argument235 if (to_stack < 0) { in compatible_block_stack()238 while(from_stack > to_stack) { in compatible_block_stack()241 return from_stack == to_stack; in compatible_block_stack()245 explain_incompatible_block_stack(int64_t to_stack) in explain_incompatible_block_stack() argument247 Kind target_kind = top_block(to_stack); in explain_incompatible_block_stack()