reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2211 MachineBasicBlock *Top = *LoopChain.begin(); 2212 MachineBasicBlock *Bottom = *std::prev(LoopChain.end()); 2238 BlockChain::iterator ExitIt = llvm::find(LoopChain, ExitingBB); 2239 if (ExitIt == LoopChain.end()) 2262 assert(std::next(ExitIt) != LoopChain.end() && 2272 std::rotate(LoopChain.begin(), std::next(ExitIt), LoopChain.end()); 2272 std::rotate(LoopChain.begin(), std::next(ExitIt), LoopChain.end());