Searched refs:SSA_OP_VUSE (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/lib/gcc/arm-brcm-linux-uclibcgnueabi/4.5.3/plugin/include/
H A Dtree-ssa-operands.h146 #define SSA_OP_VUSE 0x04 /* VUSE operands. */ macro
150 #define SSA_OP_VIRTUAL_USES (SSA_OP_VUSE)
H A Dtree-flow-inline.h747 && (!(flags & SSA_OP_VUSE) || (flags & SSA_OP_USE)));
753 ptr->uses = (flags & (SSA_OP_USE|SSA_OP_VUSE)) ? gimple_use_ops (stmt) : NULL;
754 if (!(flags & SSA_OP_VUSE)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/lib/gcc/arm-none-eabi/4.8.1/plugin/include/
H A Dtree-ssa-operands.h136 #define SSA_OP_VUSE 0x04 /* VUSE operands. */ macro
140 #define SSA_OP_VIRTUAL_USES (SSA_OP_VUSE)
H A Dtree-flow-inline.h691 && (!(flags & SSA_OP_VUSE) || (flags & SSA_OP_USE)));
710 ptr->uses = (flags & (SSA_OP_USE|SSA_OP_VUSE)) ? gimple_use_ops (stmt) : NULL;
711 if (!(flags & SSA_OP_VUSE)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/lib/gcc/arm-none-eabi/4.6.1/plugin/include/
H A Dtree-ssa-operands.h147 #define SSA_OP_VUSE 0x04 /* VUSE operands. */ macro
151 #define SSA_OP_VIRTUAL_USES (SSA_OP_VUSE)
H A Dtree-flow-inline.h743 && (!(flags & SSA_OP_VUSE) || (flags & SSA_OP_USE)));
749 ptr->uses = (flags & (SSA_OP_USE|SSA_OP_VUSE)) ? gimple_use_ops (stmt) : NULL;
750 if (!(flags & SSA_OP_VUSE)

Completed in 131 milliseconds