Searched refs:currentValue (Results 1 – 1 of 1) sorted by relevance
382 int64_t currentValue = I->High->getSExtValue(); in Clusterify() local388 assert(nextValue > currentValue && "Cases should be strictly ascending"); in Clusterify()389 if ((nextValue == currentValue + 1) && (currentBB == nextBB)) { in Clusterify()