Searched refs:CurrentIterVals (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 6463 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 …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 7822 DenseMap<Instruction *, Constant *> CurrentIterVals; in getConstantEvolutionLoopExitValue() local 7832 CurrentIterVals[&PHI] = StartCST; in getConstantEvolutionLoopExitValue() 7834 if (!CurrentIterVals.count(PN)) in getConstantEvolutionLoopExitValue() 7848 return RetVal = CurrentIterVals[PN]; // Got exit value! in getConstantEvolutionLoopExitValue() 7854 EvaluateExpression(BEValue, L, CurrentIterVals, DL, &TLI); in getConstantEvolutionLoopExitValue() 7859 bool StoppedEvolving = NextPHI == CurrentIterVals[PN]; in getConstantEvolutionLoopExitValue() 7865 for (const auto &I : CurrentIterVals) { in getConstantEvolutionLoopExitValue() 7877 NextPHI = EvaluateExpression(BEValue, L, CurrentIterVals, DL, &TLI); in getConstantEvolutionLoopExitValue() 7886 return RetVal = CurrentIterVals[PN]; in getConstantEvolutionLoopExitValue() 7888 CurrentIterVals.swap(NextIterVals); in getConstantEvolutionLoopExitValue() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolution.cpp | 4802 DenseMap<Instruction *, Constant *> CurrentIterVals; in getConstantEvolutionLoopExitValue() local 4812 CurrentIterVals[PN] = StartCST; in getConstantEvolutionLoopExitValue() 4827 return RetVal = CurrentIterVals[PN]; // Got exit value! in getConstantEvolutionLoopExitValue() 4831 Constant *NextPHI = EvaluateExpression(BEValue, L, CurrentIterVals, TD); in getConstantEvolutionLoopExitValue() 4832 if (NextPHI == CurrentIterVals[PN]) in getConstantEvolutionLoopExitValue() 4838 CurrentIterVals.swap(NextIterVals); in getConstantEvolutionLoopExitValue()
|