Home
last modified time | relevance | path

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

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