Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp7857 DenseMap<Instruction *, Constant *> NextIterVals; in getConstantEvolutionLoopExitValue() local
7862 NextIterVals[PN] = NextPHI; in getConstantEvolutionLoopExitValue()
7879 Constant *&NextPHI = NextIterVals[PHI]; in getConstantEvolutionLoopExitValue()
7893 CurrentIterVals.swap(NextIterVals); in getConstantEvolutionLoopExitValue()
7939 DenseMap<Instruction *, Constant *> NextIterVals; in computeExitCountExhaustively() local
7951 Constant *&NextPHI = NextIterVals[PHI]; in computeExitCountExhaustively()
7957 CurrentIterVals.swap(NextIterVals); in computeExitCountExhaustively()