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

  /src/external/gpl3/gcc/dist/gcc/
combine-stack-adj.cc 69 static bool stack_memref_p (rtx);
97 stack_memref_p (rtx x)
163 predicate stack_memref_p or a REG representing the stack pointer. */
334 else if (stack_memref_p (x))
96 stack_memref_p (rtx x) function
  /src/external/gpl3/gcc.old/dist/gcc/
combine-stack-adj.cc 69 static int stack_memref_p (rtx);
97 stack_memref_p (rtx x)
163 predicate stack_memref_p or a REG representing the stack pointer. */
334 else if (stack_memref_p (x))
96 stack_memref_p (rtx x) function

Completed in 18 milliseconds