OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cumlc
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
peephole.c
309
int
cumlc
=0, lastlc=0; /* Count runs of consecutive LOAD_CONSTs */
local
361
lastlc =
cumlc
;
362
cumlc
= 0;
411
cumlc
= lastlc + 1;
418
cumlc
= lastlc + 1;
425
cumlc
= 0;
448
cumlc
= 1;
487
cumlc
= 1;
501
cumlc
= 1;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
peephole.c
320
int
cumlc
=0, lastlc=0; /* Count runs of consecutive LOAD_CONSTs */
local
370
lastlc =
cumlc
;
371
cumlc
= 0;
420
cumlc
= lastlc + 1;
427
cumlc
= lastlc + 1;
434
cumlc
= 0;
457
cumlc
= 1;
496
cumlc
= 1;
510
cumlc
= 1;
Completed in 1050 milliseconds