HomeSort by relevance Sort by last modified time
    Searched refs:SSA_OP_VUSE (Results 1 - 2 of 2) 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 254 #define SSA_OP_VUSE 0x04 /* VUSE operands. */
259 #define SSA_OP_VIRTUAL_USES (SSA_OP_VUSE | SSA_OP_VMAYUSE)
tree-flow-inline.h 919 ptr->vuses = (flags & SSA_OP_VUSE) ? gimple_vuse_ops (stmt) : NULL;
    [all...]

Completed in 19 milliseconds