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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-niter.cc 5085 stmt_dominates_stmt_p (gimple *s1, gimple *s2) function
5119 and large basic block forcing stmt_dominates_stmt_p to be queried
5161 || !stmt_dominates_stmt_p (niter_bound->stmt, stmt))
5167 if (!stmt_dominates_stmt_p (niter_bound->stmt, stmt))
5175 /* By stmt_dominates_stmt_p we already know that STMT appears
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-niter.cc 4648 stmt_dominates_stmt_p (gimple *s1, gimple *s2) function
4682 and large basic block forcing stmt_dominates_stmt_p to be queried
4724 || !stmt_dominates_stmt_p (niter_bound->stmt, stmt))
4730 if (!stmt_dominates_stmt_p (niter_bound->stmt, stmt))
4738 /* By stmt_dominates_stmt_p we already know that STMT appears

Completed in 116 milliseconds