Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp4807 bool SecondIsBackedge = L->contains(PN->getIncomingBlock(1)); in getConstantEvolutionLoopExitValue() local
4809 dyn_cast<Constant>(PN->getIncomingValue(!SecondIsBackedge)); in getConstantEvolutionLoopExitValue()
4814 Value *BEValue = PN->getIncomingValue(SecondIsBackedge); in getConstantEvolutionLoopExitValue()
4859 bool SecondIsBackedge = L->contains(PN->getIncomingBlock(1)); in ComputeExitCountExhaustively() local
4861 dyn_cast<Constant>(PN->getIncomingValue(!SecondIsBackedge)); in ComputeExitCountExhaustively()
4864 Value *BEValue = PN->getIncomingValue(SecondIsBackedge); in ComputeExitCountExhaustively()