Searched refs:StartCST (Results 1 – 3 of 3) sorted by relevance
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()
7958 if (auto *StartCST = getOtherIncomingValue(&PHI, Latch)) in getConstantEvolutionLoopExitValue() local7959 CurrentIterVals[&PHI] = StartCST; in getConstantEvolutionLoopExitValue()8037 if (auto *StartCST = getOtherIncomingValue(&PHI, Latch)) in computeExitCountExhaustively() local8038 CurrentIterVals[&PHI] = StartCST; in computeExitCountExhaustively()
8186 if (auto *StartCST = getOtherIncomingValue(&PHI, Latch)) in getConstantEvolutionLoopExitValue() local8187 CurrentIterVals[&PHI] = StartCST; in getConstantEvolutionLoopExitValue()8265 if (auto *StartCST = getOtherIncomingValue(&PHI, Latch)) in computeExitCountExhaustively() local8266 CurrentIterVals[&PHI] = StartCST; in computeExitCountExhaustively()