Searched refs:CurrentIterVals (Results 1 – 1 of 1) sorted by relevance
7827 DenseMap<Instruction *, Constant *> CurrentIterVals; in getConstantEvolutionLoopExitValue() local7837 CurrentIterVals[&PHI] = StartCST; in getConstantEvolutionLoopExitValue()7839 if (!CurrentIterVals.count(PN)) in getConstantEvolutionLoopExitValue()7870 for (const auto &I : CurrentIterVals) { in getConstantEvolutionLoopExitValue()7891 return RetVal = CurrentIterVals[PN]; in getConstantEvolutionLoopExitValue()7893 CurrentIterVals.swap(NextIterVals); in getConstantEvolutionLoopExitValue()7907 DenseMap<Instruction *, Constant *> CurrentIterVals; in computeExitCountExhaustively() local7916 CurrentIterVals[&PHI] = StartCST; in computeExitCountExhaustively()7918 if (!CurrentIterVals.count(PN)) in computeExitCountExhaustively()7945 for (const auto &I : CurrentIterVals) { in computeExitCountExhaustively()[all …]