Home
last modified time | relevance | path

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

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