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

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