Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3014 SmallVector<BasicBlock *,8> LatchPath; in CollectChains() local
3018 LatchPath.push_back(Rung->getBlock()); in CollectChains()
3020 LatchPath.push_back(LoopHeader); in CollectChains()
3023 for (BasicBlock *BB : reverse(LatchPath)) { in CollectChains()