Searched refs:compiler_use_next_block (Results 1 – 2 of 2) sorted by relevance
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
| D | compile.c | 583 compiler_use_next_block(struct compiler *c, basicblock *block) in compiler_use_next_block() function 1496 compiler_use_next_block(c, next); in compiler_ifexp() 1498 compiler_use_next_block(c, end); in compiler_ifexp() 1617 compiler_use_next_block(c, next); in compiler_if() 1621 compiler_use_next_block(c, end); in compiler_if() 1640 compiler_use_next_block(c, start); in compiler_for() 1645 compiler_use_next_block(c, cleanup); in compiler_for() 1649 compiler_use_next_block(c, end); in compiler_for() 1682 compiler_use_next_block(c, loop); in compiler_while() 1697 compiler_use_next_block(c, anchor); in compiler_while() [all …]
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
| D | compile.c | 606 compiler_use_next_block(struct compiler *c, basicblock *block) in compiler_use_next_block() function 1519 compiler_use_next_block(c, next); in compiler_ifexp() 1521 compiler_use_next_block(c, end); in compiler_ifexp() 1640 compiler_use_next_block(c, next); in compiler_if() 1644 compiler_use_next_block(c, end); in compiler_if() 1663 compiler_use_next_block(c, start); in compiler_for() 1668 compiler_use_next_block(c, cleanup); in compiler_for() 1672 compiler_use_next_block(c, end); in compiler_for() 1705 compiler_use_next_block(c, loop); in compiler_while() 1720 compiler_use_next_block(c, anchor); in compiler_while() [all …]
|