Searched refs:RPOIterator (Results 1 – 10 of 10) sorted by relevance
102 typedef std::vector<BasicBlock*>::const_reverse_iterator RPOIterator; typedef137 RPOIterator beginRPO() const { in beginRPO()141 RPOIterator endRPO() const { return PostBlocks.rend(); } in endRPO()186 LoopBlocksDFS::RPOIterator begin() const { return DFS.beginRPO(); } in begin()187 LoopBlocksDFS::RPOIterator end() const { return DFS.endRPO(); } in end()
42 typedef std::vector<BasicBlock*>::const_reverse_iterator RPOIterator; typedef77 RPOIterator beginRPO() const { in beginRPO()81 RPOIterator endRPO() const { return PostBlocks.rend(); } in endRPO()
43 typedef std::vector<BasicBlock*>::const_reverse_iterator RPOIterator; typedef78 RPOIterator beginRPO() const { in beginRPO()82 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()
406 LoopBlocksDFS::RPOIterator BlockBegin = LoopBlocks.beginRPO(); in cloneLoopBlocks()407 LoopBlocksDFS::RPOIterator BlockEnd = LoopBlocks.endRPO(); in cloneLoopBlocks()412 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) { in cloneLoopBlocks()
582 LoopBlocksDFS::RPOIterator BlockBegin = DFS.beginRPO(); in UnrollLoop()583 LoopBlocksDFS::RPOIterator BlockEnd = DFS.endRPO(); in UnrollLoop()607 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) { in UnrollLoop()
293 LoopBlocksDFS::RPOIterator BlockBegin = DFS.beginRPO(); in UnrollAndJamLoop()294 LoopBlocksDFS::RPOIterator BlockEnd = DFS.endRPO(); in UnrollAndJamLoop()309 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) { in UnrollAndJamLoop()
293 LoopBlocksDFS::RPOIterator BlockBegin = LoopBlocks.beginRPO(); in CloneLoopBlocks()294 LoopBlocksDFS::RPOIterator BlockEnd = LoopBlocks.endRPO(); in CloneLoopBlocks()303 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()
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()