HomeSort by relevance Sort by last modified time
    Searched refs:SSA_OP_VIRTUAL_DEFS (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 141 #define SSA_OP_VIRTUAL_DEFS (SSA_OP_VDEF)
142 #define SSA_OP_ALL_VIRTUALS (SSA_OP_VIRTUAL_USES | SSA_OP_VIRTUAL_DEFS)
144 #define SSA_OP_ALL_DEFS (SSA_OP_VIRTUAL_DEFS | SSA_OP_DEF)
tree-flow-inline.h 862 if ((flags & SSA_OP_VIRTUAL_DEFS) && !is_gimple_reg (def))
908 gcc_checking_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0);
910 comp = (is_gimple_reg (phi_def) ? SSA_OP_DEF : SSA_OP_VIRTUAL_DEFS);
    [all...]

Completed in 74 milliseconds