Searched refs:CurrentIterVals (Results 1 – 1 of 1) sorted by relevance
9578 DenseMap<Instruction *, Constant *> CurrentIterVals; in getConstantEvolutionLoopExitValue() local9588 CurrentIterVals[&PHI] = StartCST; in getConstantEvolutionLoopExitValue()9590 if (!CurrentIterVals.count(PN)) in getConstantEvolutionLoopExitValue()9621 for (const auto &I : CurrentIterVals) { in getConstantEvolutionLoopExitValue()9642 return RetVal = CurrentIterVals[PN]; in getConstantEvolutionLoopExitValue()9644 CurrentIterVals.swap(NextIterVals); in getConstantEvolutionLoopExitValue()9658 DenseMap<Instruction *, Constant *> CurrentIterVals; in computeExitCountExhaustively() local9667 CurrentIterVals[&PHI] = StartCST; in computeExitCountExhaustively()9669 if (!CurrentIterVals.count(PN)) in computeExitCountExhaustively()9696 for (const auto &I : CurrentIterVals) { in computeExitCountExhaustively()[all …]