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

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2599 SmallVector<BasicBlock *,8> LatchPath; local
2603 LatchPath.push_back(Rung->getBlock());
2605 LatchPath.push_back(LoopHeader);
2609 BBIter = LatchPath.rbegin(), BBEnd = LatchPath.rend();

Completed in 1375 milliseconds