Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2746 SmallVector<BasicBlock *,8> LatchPath; in CollectChains() local
2750 LatchPath.push_back(Rung->getBlock()); in CollectChains()
2752 LatchPath.push_back(LoopHeader); in CollectChains()
2756 BBIter = LatchPath.rbegin(), BBEnd = LatchPath.rend(); in CollectChains()