Home
last modified time | relevance | path

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

/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-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp7958 if (auto *StartCST = getOtherIncomingValue(&PHI, Latch)) in getConstantEvolutionLoopExitValue() local
7959 CurrentIterVals[&PHI] = StartCST; in getConstantEvolutionLoopExitValue()
8037 if (auto *StartCST = getOtherIncomingValue(&PHI, Latch)) in computeExitCountExhaustively() local
8038 CurrentIterVals[&PHI] = StartCST; in computeExitCountExhaustively()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp8186 if (auto *StartCST = getOtherIncomingValue(&PHI, Latch)) in getConstantEvolutionLoopExitValue() local
8187 CurrentIterVals[&PHI] = StartCST; in getConstantEvolutionLoopExitValue()
8265 if (auto *StartCST = getOtherIncomingValue(&PHI, Latch)) in computeExitCountExhaustively() local
8266 CurrentIterVals[&PHI] = StartCST; in computeExitCountExhaustively()