HomeSort by relevance Sort by last modified time
    Searched refs:ISBASICBLOCK (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
peephole.c 25 #define ISBASICBLOCK(blocks, start, bytes) \
369 || !ISBASICBLOCK(blocks,i,4))
386 !ISBASICBLOCK(blocks,i,4))
421 !ISBASICBLOCK(blocks,i,6) ||
440 ISBASICBLOCK(blocks, h, 3*(j+1))) ||
443 ISBASICBLOCK(blocks, h, 3*(j+2)) &&
452 !ISBASICBLOCK(blocks,i,6) ||
483 ISBASICBLOCK(blocks, i-6, 7) &&
497 ISBASICBLOCK(blocks, i-3, 4) &&
590 ISBASICBLOCK(blocks,i,5))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
peephole.c 25 #define ISBASICBLOCK(blocks, start, bytes) \
378 || !ISBASICBLOCK(blocks,i,4))
395 !ISBASICBLOCK(blocks,i,4))
430 !ISBASICBLOCK(blocks,i,6) ||
449 ISBASICBLOCK(blocks, h, 3*(j+1))) ||
452 ISBASICBLOCK(blocks, h, 3*(j+2)) &&
461 !ISBASICBLOCK(blocks,i,6) ||
492 ISBASICBLOCK(blocks, i-6, 7) &&
506 ISBASICBLOCK(blocks, i-3, 4) &&
603 ISBASICBLOCK(blocks,i,5))
    [all...]
  /external/python/cpython2/Python/
peephole.c 25 #define ISBASICBLOCK(blocks, start, bytes) \
369 || !ISBASICBLOCK(blocks,i,4))
386 !ISBASICBLOCK(blocks,i,4))
421 !ISBASICBLOCK(blocks,i,6) ||
440 ISBASICBLOCK(blocks, h, 3*(j+1))) ||
443 ISBASICBLOCK(blocks, h, 3*(j+2)) &&
452 !ISBASICBLOCK(blocks,i,6) ||
483 ISBASICBLOCK(blocks, i-6, 7) &&
497 ISBASICBLOCK(blocks, i-3, 4) &&
590 ISBASICBLOCK(blocks,i,5)
    [all...]
  /external/python/cpython3/Python/
peephole.c 22 #define ISBASICBLOCK(blocks, start, end) \
499 || !ISBASICBLOCK(blocks, op_start, i + 1))
514 !ISBASICBLOCK(blocks, op_start, i + 1))
526 !ISBASICBLOCK(blocks, op_start, i + 1) ||
545 ISBASICBLOCK(blocks, h, op_start)) ||
550 nextop == GET_ITER) && ISBASICBLOCK(blocks, h, i + 1))) {
561 !ISBASICBLOCK(blocks, op_start, i + 1) ||
597 if (ISBASICBLOCK(blocks, h, op_start)) {
615 if (ISBASICBLOCK(blocks, h, op_start)) {
707 while (h < codelen && ISBASICBLOCK(blocks, i, h))
    [all...]

Completed in 825 milliseconds