Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp4808 Constant *StartCST = in getConstantEvolutionLoopExitValue() local
4810 if (StartCST == 0) in getConstantEvolutionLoopExitValue()
4812 CurrentIterVals[PN] = StartCST; in getConstantEvolutionLoopExitValue()
4860 Constant *StartCST = in ComputeExitCountExhaustively() local
4862 if (StartCST == 0) return getCouldNotCompute(); // Must be a constant. in ComputeExitCountExhaustively()
4874 for (Constant *PHIVal = StartCST; in ComputeExitCountExhaustively()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp6474 auto *StartCST = getOtherIncomingValue(PHI, Latch); in getConstantEvolutionLoopExitValue() local
6475 if (!StartCST) continue; in getConstantEvolutionLoopExitValue()
6476 CurrentIterVals[PHI] = StartCST; in getConstantEvolutionLoopExitValue()
6557 auto *StartCST = getOtherIncomingValue(PHI, Latch); in computeExitCountExhaustively() local
6558 if (!StartCST) continue; in computeExitCountExhaustively()
6559 CurrentIterVals[PHI] = StartCST; in computeExitCountExhaustively()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp7831 if (auto *StartCST = getOtherIncomingValue(&PHI, Latch)) in getConstantEvolutionLoopExitValue() local
7832 CurrentIterVals[&PHI] = StartCST; in getConstantEvolutionLoopExitValue()
7910 if (auto *StartCST = getOtherIncomingValue(&PHI, Latch)) in computeExitCountExhaustively() local
7911 CurrentIterVals[&PHI] = StartCST; in computeExitCountExhaustively()