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