Lines Matching refs:MachineLoop
528 const MachineLoop &L, const BlockFilterSet &LoopBlockSet);
530 const MachineLoop &L, const BlockFilterSet &LoopBlockSet);
532 const MachineLoop &L, const BlockFilterSet &LoopBlockSet,
534 BlockFilterSet collectLoopBlockSet(const MachineLoop &L);
535 void buildLoopChains(const MachineLoop &L);
540 BlockChain &LoopChain, const MachineLoop &L,
2077 const MachineLoop &L, in findBestLoopTopHelper()
2145 MachineBlockPlacement::findBestLoopTop(const MachineLoop &L, in findBestLoopTop()
2176 MachineBlockPlacement::findBestLoopExit(const MachineLoop &L, in findBestLoopExit()
2237 if (MachineLoop *ExitLoop = MLI->getLoopFor(Succ)) { in findBestLoopExit()
2421 BlockChain &LoopChain, const MachineLoop &L, in rotateLoopWithProfile()
2562 MachineBlockPlacement::collectLoopBlockSet(const MachineLoop &L) { in collectLoopBlockSet()
2603 void MachineBlockPlacement::buildLoopChains(const MachineLoop &L) { in buildLoopChains()
2606 for (const MachineLoop *InnerLoop : L) in buildLoopChains()
2732 for (MachineLoop *L : *MLI) in buildCFGChains()
2918 MachineLoop *L = MLI->getLoopFor(ChainBB); in alignBlocks()