Searched refs:CurrentIterVals (Results 1 – 1 of 1) sorted by relevance
9598 DenseMap<Instruction *, Constant *> CurrentIterVals; in getConstantEvolutionLoopExitValue() local9608 CurrentIterVals[&PHI] = StartCST; in getConstantEvolutionLoopExitValue()9610 if (!CurrentIterVals.count(PN)) in getConstantEvolutionLoopExitValue()9641 for (const auto &I : CurrentIterVals) { in getConstantEvolutionLoopExitValue()9662 return RetVal = CurrentIterVals[PN]; in getConstantEvolutionLoopExitValue()9664 CurrentIterVals.swap(NextIterVals); in getConstantEvolutionLoopExitValue()9678 DenseMap<Instruction *, Constant *> CurrentIterVals; in computeExitCountExhaustively() local9687 CurrentIterVals[&PHI] = StartCST; in computeExitCountExhaustively()9689 if (!CurrentIterVals.count(PN)) in computeExitCountExhaustively()9716 for (const auto &I : CurrentIterVals) { in computeExitCountExhaustively()[all …]