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

/freebsd-10.3-release/contrib/llvm/include/llvm/Analysis/
H A DLoopIterator.h77 RPOIterator beginRPO() const { function in class:llvm::LoopBlocksDFS
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp150 LoopBlocksDFS::RPOIterator BlockBegin = LoopBlocks.beginRPO();
H A DLoopUnroll.cpp267 LoopBlocksDFS::RPOIterator BlockBegin = DFS.beginRPO();
/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 127 milliseconds