HomeSort by: relevance | last modified time | path
    Searched refs:terminators (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
loop_unroll.cpp 183 /* If there are no terminators, then the loop iteration count must be 1.
186 assert(!ls->terminators.is_empty() || iterations == 1);
229 if (!ls->terminators.is_empty() &&
398 /* Remove the conditional break statements associated with all terminators
405 foreach_in_list_safe(loop_terminator, t, &ls->terminators) {
514 /* Complex unrolling can only handle two terminators. One with an unknown
517 * unreachable terminators with a known count. Here we make sure there
518 * isn't any additional unknown terminators, or any other jumps nested
521 if (ls->num_loop_jumps != 2 || ls->terminators.length() != 2)
529 foreach_in_list(loop_terminator, t, &ls->terminators) {
    [all...]
loop_analysis.h 87 exec_list terminators; member in class:loop_variable_state
90 * If any of the terminators in \c terminators leads to termination of the
loop_analysis.cpp 367 this->terminators.push_tail(t);
621 foreach_in_list(loop_terminator, t, &ls->terminators) {
828 * add it to the list of loop terminators.
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
loop_unroll.cpp 183 /* If there are no terminators, then the loop iteration count must be 1.
186 assert(!ls->terminators.is_empty() || iterations == 1);
229 if (!ls->terminators.is_empty() &&
405 /* Remove the conditional break statements associated with all terminators
412 foreach_in_list_safe(loop_terminator, t, &ls->terminators) {
521 /* Complex unrolling can only handle two terminators. One with an unknown
524 * unreachable terminators with a known count. Here we make sure there
525 * isn't any additional unknown terminators, or any other jumps nested
528 if (ls->num_loop_jumps != 2 || ls->terminators.length() != 2)
536 foreach_in_list(loop_terminator, t, &ls->terminators) {
    [all...]
loop_analysis.h 87 exec_list terminators; member in class:loop_variable_state
90 * If any of the terminators in \c terminators leads to termination of the
loop_analysis.cpp 320 this->terminators.push_tail(t);
574 foreach_in_list(loop_terminator, t, &ls->terminators) {
781 * add it to the list of loop terminators.
  /xsrc/external/mit/xterm/dist/
configure 767 --disable-broken-st disallow broken string-terminators
19245 echo "$as_me:19245: checking if you want to allow broken string-terminators" >&5
19246 echo $ECHO_N "checking if you want to allow broken string-terminators... $ECHO_C" >&6

Completed in 47 milliseconds