HomeSort by: relevance | last modified time | path
    Searched defs:USE_FROM_PTR (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-operands.h 65 #define USE_FROM_PTR(PTR) get_use_from_ptr (PTR)
73 #define USE_OP(OP) (USE_FROM_PTR (USE_OP_PTR (OP)))
79 #define PHI_ARG_DEF(PHI, I) USE_FROM_PTR (PHI_ARG_DEF_PTR ((PHI), (I)))
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-operands.h 65 #define USE_FROM_PTR(PTR) get_use_from_ptr (PTR)
73 #define USE_OP(OP) (USE_FROM_PTR (USE_OP_PTR (OP)))
79 #define PHI_ARG_DEF(PHI, I) USE_FROM_PTR (PHI_ARG_DEF_PTR ((PHI), (I)))

Completed in 16 milliseconds