Home
last modified time | relevance | path

Searched refs:pop_block (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Objects/
Dframeobject.c111 pop_block(int64_t stack) in pop_block() function
203 block_stack = pop_block(block_stack); in markblocks()
211 block_stack = pop_block(block_stack); in markblocks()
215 block_stack = pop_block(pop_block(block_stack)); in markblocks()
239 from_stack = pop_block(from_stack); in compatible_block_stack()
489 start_block_stack = pop_block(start_block_stack); in frame_setlineno()
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_comparison_pre.c119 pop_block(struct block_queue *bq, struct block_instructions *bi) in pop_block() function
342 pop_block(bq, bi); in comparison_pre_block()