Searched refs:StartCST (Results 1 – 2 of 2) sorted by relevance
4808 Constant *StartCST = in getConstantEvolutionLoopExitValue() local4810 if (StartCST == 0) in getConstantEvolutionLoopExitValue()4812 CurrentIterVals[PN] = StartCST; in getConstantEvolutionLoopExitValue()4860 Constant *StartCST = in ComputeExitCountExhaustively() local4862 if (StartCST == 0) return getCouldNotCompute(); // Must be a constant. in ComputeExitCountExhaustively()4874 for (Constant *PHIVal = StartCST; in ComputeExitCountExhaustively()
6474 auto *StartCST = getOtherIncomingValue(PHI, Latch); in getConstantEvolutionLoopExitValue() local6475 if (!StartCST) continue; in getConstantEvolutionLoopExitValue()6476 CurrentIterVals[PHI] = StartCST; in getConstantEvolutionLoopExitValue()6557 auto *StartCST = getOtherIncomingValue(PHI, Latch); in computeExitCountExhaustively() local6558 if (!StartCST) continue; in computeExitCountExhaustively()6559 CurrentIterVals[PHI] = StartCST; in computeExitCountExhaustively()