Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp8345 DenseMap<Instruction *, Constant *> NextIterVals; in getConstantEvolutionLoopExitValue() local
8350 NextIterVals[PN] = NextPHI; in getConstantEvolutionLoopExitValue()
8367 Constant *&NextPHI = NextIterVals[PHI]; in getConstantEvolutionLoopExitValue()
8381 CurrentIterVals.swap(NextIterVals); in getConstantEvolutionLoopExitValue()
8427 DenseMap<Instruction *, Constant *> NextIterVals; in computeExitCountExhaustively() local
8439 Constant *&NextPHI = NextIterVals[PHI]; in computeExitCountExhaustively()
8445 CurrentIterVals.swap(NextIterVals); in computeExitCountExhaustively()