Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp6463 DenseMap<Instruction *, Constant *> CurrentIterVals; in getConstantEvolutionLoopExitValue() local
6476 CurrentIterVals[PHI] = StartCST; in getConstantEvolutionLoopExitValue()
6478 if (!CurrentIterVals.count(PN)) in getConstantEvolutionLoopExitValue()
6492 return RetVal = CurrentIterVals[PN]; // Got exit value! in getConstantEvolutionLoopExitValue()
6498 EvaluateExpression(BEValue, L, CurrentIterVals, DL, &TLI); in getConstantEvolutionLoopExitValue()
6503 bool StoppedEvolving = NextPHI == CurrentIterVals[PN]; in getConstantEvolutionLoopExitValue()
6509 for (const auto &I : CurrentIterVals) { in getConstantEvolutionLoopExitValue()
6521 NextPHI = EvaluateExpression(BEValue, L, CurrentIterVals, DL, &TLI); in getConstantEvolutionLoopExitValue()
6530 return RetVal = CurrentIterVals[PN]; in getConstantEvolutionLoopExitValue()
6532 CurrentIterVals.swap(NextIterVals); in getConstantEvolutionLoopExitValue()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DScalarEvolution.cpp7949 DenseMap<Instruction *, Constant *> CurrentIterVals; in getConstantEvolutionLoopExitValue() local
7959 CurrentIterVals[&PHI] = StartCST; in getConstantEvolutionLoopExitValue()
7961 if (!CurrentIterVals.count(PN)) in getConstantEvolutionLoopExitValue()
7975 return RetVal = CurrentIterVals[PN]; // Got exit value! in getConstantEvolutionLoopExitValue()
7981 EvaluateExpression(BEValue, L, CurrentIterVals, DL, &TLI); in getConstantEvolutionLoopExitValue()
7986 bool StoppedEvolving = NextPHI == CurrentIterVals[PN]; in getConstantEvolutionLoopExitValue()
7992 for (const auto &I : CurrentIterVals) { in getConstantEvolutionLoopExitValue()
8004 NextPHI = EvaluateExpression(BEValue, L, CurrentIterVals, DL, &TLI); in getConstantEvolutionLoopExitValue()
8013 return RetVal = CurrentIterVals[PN]; in getConstantEvolutionLoopExitValue()
8015 CurrentIterVals.swap(NextIterVals); in getConstantEvolutionLoopExitValue()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DScalarEvolution.cpp9598 DenseMap<Instruction *, Constant *> CurrentIterVals; in getConstantEvolutionLoopExitValue() local
9608 CurrentIterVals[&PHI] = StartCST; in getConstantEvolutionLoopExitValue()
9610 if (!CurrentIterVals.count(PN)) in getConstantEvolutionLoopExitValue()
9624 return RetVal = CurrentIterVals[PN]; // Got exit value! in getConstantEvolutionLoopExitValue()
9630 EvaluateExpression(BEValue, L, CurrentIterVals, DL, &TLI); in getConstantEvolutionLoopExitValue()
9635 bool StoppedEvolving = NextPHI == CurrentIterVals[PN]; in getConstantEvolutionLoopExitValue()
9641 for (const auto &I : CurrentIterVals) { in getConstantEvolutionLoopExitValue()
9653 NextPHI = EvaluateExpression(BEValue, L, CurrentIterVals, DL, &TLI); in getConstantEvolutionLoopExitValue()
9662 return RetVal = CurrentIterVals[PN]; in getConstantEvolutionLoopExitValue()
9664 CurrentIterVals.swap(NextIterVals); in getConstantEvolutionLoopExitValue()
[all …]