Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolution.cpp5457 Constant *StartCST = in getConstantEvolutionLoopExitValue() local
5459 if (!StartCST) continue; in getConstantEvolutionLoopExitValue()
5460 CurrentIterVals[PHI] = StartCST; in getConstantEvolutionLoopExitValue()
5547 Constant *StartCST = in ComputeExitCountExhaustively() local
5549 if (!StartCST) continue; in ComputeExitCountExhaustively()
5550 CurrentIterVals[PHI] = StartCST; in ComputeExitCountExhaustively()