Home
last modified time | relevance | path

Searched refs:CurrentIterVals (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp9331 DenseMap<Instruction *, Constant *> CurrentIterVals; in getConstantEvolutionLoopExitValue() local
9341 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() local
9420 CurrentIterVals[&PHI] = StartCST; in computeExitCountExhaustively()
9422 if (!CurrentIterVals.count(PN)) in computeExitCountExhaustively()
9449 for (const auto &I : CurrentIterVals) { in computeExitCountExhaustively()
[all …]