Home
last modified time | relevance | path

Searched refs:PHIsToCompute (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
DScalarEvolution.cpp5492 SmallVector<std::pair<PHINode *, Constant *>, 8> PHIsToCompute; in getConstantEvolutionLoopExitValue() local
5497 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() local
5583 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()