Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp9578 DenseMap<Instruction *, Constant *> CurrentIterVals; in getConstantEvolutionLoopExitValue() local
9588 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() local
9667 CurrentIterVals[&PHI] = StartCST; in computeExitCountExhaustively()
9669 if (!CurrentIterVals.count(PN)) in computeExitCountExhaustively()
9696 for (const auto &I : CurrentIterVals) { in computeExitCountExhaustively()
[all …]