HomeSort by relevance Sort by last modified time
    Searched refs:SSA_OP_VMAYUSE (Results 1 - 6 of 6) sorted by null

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree-ssa-operands.h 255 #define SSA_OP_VMAYUSE 0x08 /* USE portion of VDEFS. */
259 #define SSA_OP_VIRTUAL_USES (SSA_OP_VUSE | SSA_OP_VMAYUSE)
tree-flow-inline.h 921 ptr->mayuses = (flags & SSA_OP_VMAYUSE) ? gimple_vdef_ops (stmt) : NULL;
1010 op_iter_init (ptr, stmt, SSA_OP_VMAYUSE);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree-ssa-operands.h 255 #define SSA_OP_VMAYUSE 0x08 /* USE portion of VDEFS. */
259 #define SSA_OP_VIRTUAL_USES (SSA_OP_VUSE | SSA_OP_VMAYUSE)
tree-flow-inline.h 921 ptr->mayuses = (flags & SSA_OP_VMAYUSE) ? gimple_vdef_ops (stmt) : NULL;
1010 op_iter_init (ptr, stmt, SSA_OP_VMAYUSE);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
tree-ssa-operands.h 255 #define SSA_OP_VMAYUSE 0x08 /* USE portion of VDEFS. */
259 #define SSA_OP_VIRTUAL_USES (SSA_OP_VUSE | SSA_OP_VMAYUSE)
tree-flow-inline.h 921 ptr->mayuses = (flags & SSA_OP_VMAYUSE) ? gimple_vdef_ops (stmt) : NULL;
1010 op_iter_init (ptr, stmt, SSA_OP_VMAYUSE);
    [all...]

Completed in 371 milliseconds