Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Analysis/
DScalarEvolution.cpp4928 DenseMap<Instruction *, Constant *> NextIterVals; in getConstantEvolutionLoopExitValue() local
4933 NextIterVals[PN] = NextPHI; in getConstantEvolutionLoopExitValue()
4952 Constant *&NextPHI = NextIterVals[PHI]; in getConstantEvolutionLoopExitValue()
4966 CurrentIterVals.swap(NextIterVals); in getConstantEvolutionLoopExitValue()
5022 DenseMap<Instruction *, Constant *> NextIterVals; in ComputeExitCountExhaustively() local
5037 Constant *&NextPHI = NextIterVals[PHI]; in ComputeExitCountExhaustively()
5043 CurrentIterVals.swap(NextIterVals); in ComputeExitCountExhaustively()