Searched refs:PHIsToCompute (Results 1 – 1 of 1) sorted by relevance
5492 SmallVector<std::pair<PHINode *, Constant *>, 8> PHIsToCompute; in getConstantEvolutionLoopExitValue() local5497 PHIsToCompute.push_back(std::make_pair(PHI, I->second)); in getConstantEvolutionLoopExitValue()5502 I = PHIsToCompute.begin(), E = PHIsToCompute.end(); I != E; ++I) { in getConstantEvolutionLoopExitValue()5578 SmallVector<PHINode *, 8> PHIsToCompute; in ComputeExitCountExhaustively() local5583 PHIsToCompute.push_back(PHI); in ComputeExitCountExhaustively()5585 for (SmallVectorImpl<PHINode *>::const_iterator I = PHIsToCompute.begin(), in ComputeExitCountExhaustively()5586 E = PHIsToCompute.end(); I != E; ++I) { in ComputeExitCountExhaustively()