Home | History | Annotate | Download | only in R600

Lines Matching refs:sccRemainedNumBlk

847         int sccRemainedNumBlk = countActiveBlock(SccBeginIter, It);
848 if (sccRemainedNumBlk != 1 && sccRemainedNumBlk >= SccNumBlk) {
855 } else if (sccRemainedNumBlk != 1 && sccRemainedNumBlk < SccNumBlk) {
856 SccNumBlk = sccRemainedNumBlk;