OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSA_OP_ALL_USES
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-ssa-operands.h
143
#define
SSA_OP_ALL_USES
(SSA_OP_VIRTUAL_USES | SSA_OP_USE)
145
#define SSA_OP_ALL_OPERANDS (
SSA_OP_ALL_USES
| SSA_OP_ALL_DEFS)
173
can be either SSA_OP_USE or SSA_OP_VIRTUAL_USES or
SSA_OP_ALL_USES
. */
tree-flow-inline.h
739
gcc_checking_assert ((flags &
SSA_OP_ALL_USES
) == 0
849
FOR_EACH_PHI_OR_STMT_USE (use_p, stmt, iter,
SSA_OP_ALL_USES
)
[
all
...]
Completed in 255 milliseconds