OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSA_OP_USE
(Results
1 - 8
of
8
) sorted by null
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-ssa-operands.h
145
#define
SSA_OP_USE
0x01 /* Real USE operands. */
154
#define SSA_OP_ALL_USES (SSA_OP_VIRTUAL_USES |
SSA_OP_USE
)
184
can be either
SSA_OP_USE
or SSA_OP_VIRTUAL_USES or SSA_OP_ALL_USES. */
tree-flow-inline.h
743
&& (!(flags & SSA_OP_VUSE) || (flags &
SSA_OP_USE
)));
749
ptr->uses = (flags & (
SSA_OP_USE
|SSA_OP_VUSE)) ? gimple_use_ops (stmt) : NULL;
767
&& (flags &
SSA_OP_USE
));
914
gcc_checking_assert ((flags & (
SSA_OP_USE
| SSA_OP_VIRTUAL_USES)) != 0);
916
comp = (is_gimple_reg (phi_def) ?
SSA_OP_USE
: SSA_OP_VIRTUAL_USES);
1022
flag = (is_gimple_reg (use) ?
SSA_OP_USE
: SSA_OP_VIRTUAL_USES);
1032
if (flag ==
SSA_OP_USE
)
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-ssa-operands.h
145
#define
SSA_OP_USE
0x01 /* Real USE operands. */
154
#define SSA_OP_ALL_USES (SSA_OP_VIRTUAL_USES |
SSA_OP_USE
)
184
can be either
SSA_OP_USE
or SSA_OP_VIRTUAL_USES or SSA_OP_ALL_USES. */
tree-flow-inline.h
743
&& (!(flags & SSA_OP_VUSE) || (flags &
SSA_OP_USE
)));
749
ptr->uses = (flags & (
SSA_OP_USE
|SSA_OP_VUSE)) ? gimple_use_ops (stmt) : NULL;
767
&& (flags &
SSA_OP_USE
));
914
gcc_checking_assert ((flags & (
SSA_OP_USE
| SSA_OP_VIRTUAL_USES)) != 0);
916
comp = (is_gimple_reg (phi_def) ?
SSA_OP_USE
: SSA_OP_VIRTUAL_USES);
1022
flag = (is_gimple_reg (use) ?
SSA_OP_USE
: SSA_OP_VIRTUAL_USES);
1032
if (flag ==
SSA_OP_USE
)
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-ssa-operands.h
145
#define
SSA_OP_USE
0x01 /* Real USE operands. */
154
#define SSA_OP_ALL_USES (SSA_OP_VIRTUAL_USES |
SSA_OP_USE
)
184
can be either
SSA_OP_USE
or SSA_OP_VIRTUAL_USES or SSA_OP_ALL_USES. */
tree-flow-inline.h
743
&& (!(flags & SSA_OP_VUSE) || (flags &
SSA_OP_USE
)));
749
ptr->uses = (flags & (
SSA_OP_USE
|SSA_OP_VUSE)) ? gimple_use_ops (stmt) : NULL;
767
&& (flags &
SSA_OP_USE
));
914
gcc_checking_assert ((flags & (
SSA_OP_USE
| SSA_OP_VIRTUAL_USES)) != 0);
916
comp = (is_gimple_reg (phi_def) ?
SSA_OP_USE
: SSA_OP_VIRTUAL_USES);
1022
flag = (is_gimple_reg (use) ?
SSA_OP_USE
: SSA_OP_VIRTUAL_USES);
1032
if (flag ==
SSA_OP_USE
)
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree-ssa-operands.h
252
#define
SSA_OP_USE
0x01 /* Real USE operands. */
262
#define SSA_OP_ALL_USES (SSA_OP_VIRTUAL_USES |
SSA_OP_USE
)
300
can be either
SSA_OP_USE
or SSA_OP_VIRTUAL_USES or SSA_OP_ALL_USES. */
tree-flow-inline.h
918
ptr->uses = (flags &
SSA_OP_USE
) ? gimple_use_ops (stmt) : NULL;
1180
gcc_assert ((flags & (
SSA_OP_USE
| SSA_OP_VIRTUAL_USES)) != 0);
1182
comp = (is_gimple_reg (phi_def) ?
SSA_OP_USE
: SSA_OP_VIRTUAL_USES);
[
all
...]
Completed in 198 milliseconds