OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mayuse_index
(Results
1 - 2
of
2
) sorted by null
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree-flow-inline.h
799
use_p = VDEF_OP_PTR (ptr->mayuses, ptr->
mayuse_index
);
800
if (++(ptr->
mayuse_index
) >= VDEF_NUM (ptr->mayuses))
802
ptr->
mayuse_index
= 0;
865
val = VDEF_OP (ptr->mayuses, ptr->
mayuse_index
);
866
if (++(ptr->
mayuse_index
) >= VDEF_NUM (ptr->mayuses))
868
ptr->
mayuse_index
= 0;
910
ptr->
mayuse_index
= 0;
928
ptr->
mayuse_index
= 0;
[
all
...]
tree-ssa-operands.h
247
unsigned int
mayuse_index
;
member in struct:ssa_operand_iterator_d
Completed in 52 milliseconds