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

/macosx-10.10.1/llvmCore-3425.0.34/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 299 milliseconds