HomeSort by relevance Sort by last modified time
    Searched refs:biv (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/glsl/
loop_analysis.h 164 * \c b * \c biv + \c c, where \c b and \c c are loop constants and \c i
167 * If \c iv_scale is \c NULL, 1 is used. If \c biv is the same as \c var,
172 ir_variable *biv; member in class:loop_variable
loop_analysis.cpp 311 lv->biv = lv->var;
  /dalvik/vm/compiler/
Loop.cpp 51 LOGE("BIV %d: s%d(v%d_%d) + %d", i,
57 int biv = dvmConvertSSARegToDalvik(cUnit, ivInfo->basicSSAReg);
64 DECODE_REG(biv), DECODE_SUB(biv),
162 * 2) The loop back branch compares the BIV with a constant.
229 * If the comparison is not between the BIV and a loop invariant,

Completed in 70 milliseconds