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

/freebsd-10.3-release/contrib/llvm/include/llvm/Analysis/
H A DLoopIterator.h42 typedef std::vector<BasicBlock*>::const_reverse_iterator RPOIterator; typedef in class:llvm::LoopBlocksDFS
77 RPOIterator beginRPO() const {
81 RPOIterator endRPO() const { return PostBlocks.rend(); }
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp150 LoopBlocksDFS::RPOIterator BlockBegin = LoopBlocks.beginRPO();
151 LoopBlocksDFS::RPOIterator BlockEnd = LoopBlocks.endRPO();
154 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) {
H A DLoopUnroll.cpp267 LoopBlocksDFS::RPOIterator BlockBegin = DFS.beginRPO();
268 LoopBlocksDFS::RPOIterator BlockEnd = DFS.endRPO();
273 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) {
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2145 for (LoopBlocksDFS::RPOIterator bb = DFS.beginRPO(),
4705 for (LoopBlocksDFS::RPOIterator bb = DFS.beginRPO(),

Completed in 84 milliseconds