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

/freebsd-11.0-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-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp151 LoopBlocksDFS::RPOIterator BlockBegin = LoopBlocks.beginRPO();
152 LoopBlocksDFS::RPOIterator BlockEnd = LoopBlocks.endRPO();
165 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) {
H A DLoopUnroll.cpp308 LoopBlocksDFS::RPOIterator BlockBegin = DFS.beginRPO();
309 LoopBlocksDFS::RPOIterator BlockEnd = DFS.endRPO();
316 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) {
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3287 for (LoopBlocksDFS::RPOIterator bb = DFS.beginRPO(),
5120 for (LoopBlocksDFS::RPOIterator bb = DFS.beginRPO(),

Completed in 125 milliseconds