Searched refs:RPOIterator (Results 1 – 5 of 5) sorted by relevance
43 typedef std::vector<BasicBlock*>::const_reverse_iterator RPOIterator; typedef78 RPOIterator beginRPO() const { in beginRPO()82 RPOIterator endRPO() const { return PostBlocks.rend(); } in endRPO()
42 typedef std::vector<BasicBlock*>::const_reverse_iterator RPOIterator; typedef77 RPOIterator beginRPO() const { in beginRPO()81 RPOIterator endRPO() const { return PostBlocks.rend(); } in endRPO()
241 LoopBlocksDFS::RPOIterator BlockBegin = DFS.beginRPO(); in UnrollLoop()242 LoopBlocksDFS::RPOIterator BlockEnd = DFS.endRPO(); in UnrollLoop()247 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) { in UnrollLoop()
280 LoopBlocksDFS::RPOIterator BlockBegin = LoopBlocks.beginRPO(); in CloneLoopBlocks()281 LoopBlocksDFS::RPOIterator BlockEnd = LoopBlocks.endRPO(); in CloneLoopBlocks()294 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) { in CloneLoopBlocks()
381 LoopBlocksDFS::RPOIterator BlockBegin = DFS.beginRPO(); in UnrollLoop()382 LoopBlocksDFS::RPOIterator BlockEnd = DFS.endRPO(); in UnrollLoop()390 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) { in UnrollLoop()