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

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree-flow-inline.h 829 if (ptr->vdefs)
831 def_p = VDEF_RESULT_PTR (ptr->vdefs);
832 ptr->vdefs = ptr->vdefs->next;
879 if (ptr->vdefs)
881 val = VDEF_RESULT (ptr->vdefs);
882 ptr->vdefs = ptr->vdefs->next;
902 ptr->vdefs = NULL;
920 ptr->vdefs = (flags & SSA_OP_VDEF) ? gimple_vdef_ops (stmt) : NULL
    [all...]
tree-ssa-operands.h 239 voptype_p vdefs; member in struct:ssa_operand_iterator_d
255 #define SSA_OP_VMAYUSE 0x08 /* USE portion of VDEFS. */
256 #define SSA_OP_VDEF 0x10 /* DEF portion of VDEFS. */
  /external/svox/pico/lib/
picorsrc.c 218 picorsrc_VoiceDefinition vdefs, freeVdefs; member in struct:picorsrc_resource_manager
241 this->vdefs = NULL;
799 v = this->vdefs;
856 PICODBG_ERROR(("max number of vdefs exceeded (%i)",this->numVdefs));
873 vdef->next = this->vdefs;
874 this->vdefs = vdef;
898 v = this->vdefs;
904 /* remove v from vdefs list */
908 this->vdefs = v->next;
    [all...]

Completed in 180 milliseconds