Searched refs:CurrentIterVals (Results 1 – 1 of 1) sorted by relevance
9331 DenseMap<Instruction *, Constant *> CurrentIterVals; in getConstantEvolutionLoopExitValue() local9341 CurrentIterVals[&PHI] = StartCST; in getConstantEvolutionLoopExitValue()9343 if (!CurrentIterVals.count(PN)) in getConstantEvolutionLoopExitValue()9374 for (const auto &I : CurrentIterVals) { in getConstantEvolutionLoopExitValue()9395 return RetVal = CurrentIterVals[PN]; in getConstantEvolutionLoopExitValue()9397 CurrentIterVals.swap(NextIterVals); in getConstantEvolutionLoopExitValue()9411 DenseMap<Instruction *, Constant *> CurrentIterVals; in computeExitCountExhaustively() local9420 CurrentIterVals[&PHI] = StartCST; in computeExitCountExhaustively()9422 if (!CurrentIterVals.count(PN)) in computeExitCountExhaustively()9449 for (const auto &I : CurrentIterVals) { in computeExitCountExhaustively()[all …]