Searched refs:CurrentIterVals (Results 1 – 1 of 1) sorted by relevance
8572 DenseMap<Instruction *, Constant *> CurrentIterVals; in getConstantEvolutionLoopExitValue() local8582 CurrentIterVals[&PHI] = StartCST; in getConstantEvolutionLoopExitValue()8584 if (!CurrentIterVals.count(PN)) in getConstantEvolutionLoopExitValue()8615 for (const auto &I : CurrentIterVals) { in getConstantEvolutionLoopExitValue()8636 return RetVal = CurrentIterVals[PN]; in getConstantEvolutionLoopExitValue()8638 CurrentIterVals.swap(NextIterVals); in getConstantEvolutionLoopExitValue()8652 DenseMap<Instruction *, Constant *> CurrentIterVals; in computeExitCountExhaustively() local8661 CurrentIterVals[&PHI] = StartCST; in computeExitCountExhaustively()8663 if (!CurrentIterVals.count(PN)) in computeExitCountExhaustively()8690 for (const auto &I : CurrentIterVals) { in computeExitCountExhaustively()[all …]