Searched refs:LatchPath (Results 1 – 1 of 1) sorted by relevance
2767 SmallVector<BasicBlock *,8> LatchPath; in CollectChains() local2771 LatchPath.push_back(Rung->getBlock()); in CollectChains()2773 LatchPath.push_back(LoopHeader); in CollectChains()2777 BBIter = LatchPath.rbegin(), BBEnd = LatchPath.rend(); in CollectChains()