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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-operands.cc 94 #define opf_non_addressable (1 << 3) macro
96 /* Operand is in a place where opf_non_addressable does not apply. */
657 opf_non_addressable | opf_use
673 opf_non_addressable | opf_use
787 if ((!(flags & opf_non_addressable)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-operands.cc 94 #define opf_non_addressable (1 << 3) macro
96 /* Operand is in a place where opf_non_addressable does not apply. */
657 opf_non_addressable | opf_use
673 opf_non_addressable | opf_use
787 if ((!(flags & opf_non_addressable)

Completed in 14 milliseconds